On JavaScript all is an object or is part of one, inclusive the variables that you declare on the global scope form part of an object, and we will be watching this type of things in this post of JavaScript Objects.
First, lest start with what I before mentioned, ¿where belongs a variable that is created in global scope?
read more