In global scope, the activation object is the global object, and so saying "var x = 1" will make the global object have a property x equal to 1.
In global scope, the activation object is the global object, and so saying "var x = 1" will make the global object have a property x equal to 1.