About Lesson
The DOM cloneNode() Method is used to copy or clone a node on which cloneNode() method is called. For example, a list item can be copied from one list to another using this method.
Syntax:
yourNode.cloneNode([deep]);
Exercise Files
No Attachment Found
Join the conversation