var scrope = "globe"; (function(){ alert(scrope) })() (function(){ var scrope = "local"; alert(scrope) })() (function(){ var scrope; alert(scrope) })()alert(1);
alert(1);