About Lesson
The isEqualNode() method checks whether the two nodes are equal or not. These nodes are considered equal if they are of the same type, having the same characteristics and the same attributes. The attributes do not have to be in the same order.
Syntax:
node.isEqualNode(othernode);
Exercise Files
No Attachment Found
Join the conversation