Skip to content

global variables

Arsen Melikyan edited this page · 2 revisions
Clone this wiki locally

you should ALWAYS use var to declare your variables (to make locally) else it will install GLOBALLY

http://www.w3.org/wiki/JavaScript_best_practices#Avoid_globals

http://c2.com/cgi/wiki?GlobalVariablesAreBad

Something went wrong with that request. Please try again.