1 2 3 4 5
(function(where) { if (typeof(console) !== 'undefined') { console.log('Hello ' + where); } })('World');