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