(function(){ var js = function() { return alert("Hello JavaScript"); }; if (10 > 9) { js(); } })();