InterviewSolution
Saved Bookmarks
| 1. |
How many node types are there in total?(a) 11(b) 12(c) 13(d) 14 |
|
Answer» Right option is (b) 12 Easiest explanation: There are total of 12 node types. The nodeType property returns the node type, as a number, of the specified node. |
|