Several friends suggest me to read developer.mozilla.org/en/JavaScript/Reference/Global_Objects:
The term "global objects"[1] here is not to be confused with the global object[2]. Here, global objects[3] refer to objects in the global scope. The global object[4] itself can be accessed by this
in the global scope. In fact, the global scope consists of the properties of the global object[5] (including inherited properties, if any).
Honestly, I am completely confused by above words. The first sentence tells me not to be confused
but it does confuse me. Well, English is not my mother language, maybe this is the reason.
There appear 5 times of global object(s)
and 3 times global scope
!
Does global object
[4,5] mean global objects
[1] or global object
[2]?