Which of the following Node object property returns the local part of the name of a node?
A
lastName
B
localName
C
firstName
D
objectname
Correct Answer: localName
The Node object property localName Returns the local part of the name of a node. If the selected node is not an element or attribute, this property returns NULL.