InterviewSolution
Saved Bookmarks
| 1. |
Which looping statement allows XML tags to appear in JavaScript programs and adds API for operating on XML data?(a) for loop(b) while loop(c) for/each loop(d) do while loopThis question was posed to me in an international level competition.My query is from JavaScript Extensions topic in section Classes and Modules in JavaScript of JavaScript |
|
Answer» The correct answer is (c) for/each loop |
|