var scope = 'глобальная'; function f(){ alert(scope); // !!! "undefined" // ... var scope = "локальная"; }