Difference of global variables (or functions) and window variables (or functions)
Your global variables (or functions) can overwrite window variables (or functions). Any function, including the window object, can overwrite your global variables and functions.
Comments
Post a Comment