javaScript Global Variables
I’ve found interesting tip yesterday while programming using javascript about global variables. My Problems start when i’m trying to access variabel that placed on function. Variabel in a fuction defined using “var” keyword is only available in current function only (local), when the function finished doing his job, it’s gone… you can’t access it in […]