InterviewSolution
Saved Bookmarks
| 1. |
What is the property to access the first child of a node?(a) timestamp.Child1(b) timestamp.Child(1)(c) timestamp.Child(0)(d) timestamp.firstChildThe question was asked during an online interview.I'd like to ask this question from JavaScript in Web Browsers in chapter Server-Side and Client-Side Scripting of JavaScript |
|
Answer» Correct answer is (d) timestamp.firstChild |
|