testRun

 avatar
unknown
javascript
2 years ago
130 B
7
Indexable
undefined
const firstVariable = 10;
undefined
const firstVariable = 20;
undefined
console.log(firstVariable);
VM352:1 20
undefined
Editor is loading...