JS Global Variables - ashish9342/FreeCodeCamp GitHub Wiki
You should ALWAYS use var to declare your variables (to make locally) else it will install GLOBALLY
You should ALWAYS use var to declare your variables (to make locally) else it will install GLOBALLY