21.
The maximum number of global symbols a module can define is

22.
To define each of the set classes as a property of the sets object (namespace) for the module, the statement is

23.
Consider the following statement
var Set = sets.Set;
var s = new Set(1,2,3);
What could be the efficiency quotient of the above two statements ?

24.
The scope of a function is also called as

25.
Modules that have more than one item in their API can

26.
The provides() function and the exportsobject are used to

27.
Consider the following code snippet
var sets = com.davidflanagan.collections.sets;
What is the programmer trying to do in the above code snippet?

28.
The properties() method is a

29.
What can be done in order to avoid creation of global variables in JavaScript?

30.
The ‘$’ present in the RegExp object is called a