testRun

Anonymous
javascript
05/02/2023 3:05 PM
176 B
17
Indexable
undefined
const firstVariable = 10;
undefined
const firstVariable = 20;
undefined
console.log(firstVariable);
VM352:1 20
undefined
Editor is loading...