for (a = 0; a < 10; a++) { if (a % 2) { console.log("Hello World!!!" , a) }}
Standard input is empty
Hello World!!! 1 Hello World!!! 3 Hello World!!! 5 Hello World!!! 7 Hello World!!! 9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!