Discussion :: Javascript - CS
- The maximum number of global symbols a module can define is
Answer : Option C
Explanation :
Generally, the various modules are allowed to run in the pristine (or near pristine) environment that it expects. The modules should minimize the number of global symbols they define – ideally, no module should define more than one.
Be The First To Comment