Answer the question
In order to leave comments, you need to log in
What does a globally accessible application object mean?
in simple words. To whom is it available, how is it available?
Answer the question
In order to leave comments, you need to log in
Accessible from any source/module/subsystem file for reading/writing/executing/modifying. For example:
var globalVar = 123;
function(){
var localVar = 789;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question