InterviewSolution
Saved Bookmarks
| 1. |
What is the reason for avoiding the attributes property in the HTML DOM?(a) Found unnecessary(b) Attributes don’t have attributes(c) Attributes have attributes(d) Considered irrelevantI had been asked this question during an interview.My doubt stems from HTML DOM topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» Correct answer is (b) Attributes don’t have attributes |
|