var a = '1', b = '1';console.log(a++);console.log(a);console.log(b + 1);console.log(Number(b)+1);
Standard input is empty
1 2 11 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!