If I have a a.stuff()
(it\'s like as if a
is a global variable).>
The worst thing about using elements this way is that they could break at any time if a new API is introduced that has the same name in the global scope.
For example, if you had this prior to the addition of the Performance API
Then that piece of code would've stopped working now in recent browsers that implemented the Performance API as a global performance
object was added.