console.log("hello world");
var a = 0; var b = 2; console.log( a + b );
By darkyen
This was made for instructing my college mates about javascript :-)