Hi,
I defined a variable in one of my JavaScript files. I want to access the value of that variable among JavaScript files. In one file I am initializing the value of that variable.
I cannot access the assigned value in another JS files.
Is there anything that I am missing ?