if (true) { var x = 1;}console.log(x); if (true) { const y = 2;}console.log(y); // ReferenceError: y is not defined
Standard input is empty
1
prog.js:9:1 ReferenceError: y is not defined Stack: @prog.js:9:1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!