InterviewSolution
Saved Bookmarks
| 1. |
Modules that have more than one item in their API can ________(a) Assign itself to a global variable(b) Invoke another module of the same kind(c) Return a namespace object(d) Invoke another module of the same kindThis question was addressed to me by my college director while I was bunking the class.Origin of the question is Modules in JavaScript in division Classes and Modules in JavaScript of JavaScript |
|
Answer» The correct answer is (c) RETURN a namespace object |
|