testRun

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