InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the method nodeMap.setNamedItem()?(a) Sets ID(b) Sets attribute node(c) Sets element name(d) Sets element typeI got this question during a job interview.This is a very interesting question from HTML DOM in division Caching, Debugging and Animation of JavaScript |
|
Answer» Correct choice is (B) Sets ATTRIBUTE node |
|