Hamidreza Soleimani's Blog 16 Dec 2013 on fun javascript jekyll hello-world Obligatory Hello World There is an obligatory Hello World in these situations, so let it be. (function(what, who){ return what + ", " + who; })("Hello", "World"); //=> prints 'Hello, World' to STDOUT. Here we go ;)