InterviewSolution
Saved Bookmarks
| 1. |
What does the method defineSettings() return?(a) Array of settings name(b) Array of hash key(c) Array of strings(d) Array of objectsThe question was asked in an online quiz.Asked question is from Crafting the Public API topic in section Parsing, Benchmarking and Logging of JavaScript |
|
Answer» Correct answer is (a) Array of settings name |
|