Hi, i want to access from a function in the <head> of the main page, to a global variable stored in an external .js already loaded before in the <head>.
Example:
and in the main file:
i cant access to 'question' var from the function..
Thanks in advance...