N
N
Nadya19962017-11-04 09:39:48
OOP
Nadya1996, 2017-11-04 09:39:48

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

1 answer(s)
V
VoidVolker, 2017-11-04
@Nadya1996

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 question

Ask a Question

731 491 924 answers to any question