Solved

Identify a True Statement About the Method Node

Question 16

Multiple Choice

Identify a true statement about the method node .cloneNode( deep ) .


A) It creates an element node with the name "deep".
B) It creates a text node where deep is a string value.
C) It creates a copy of node where deep is a Boolean value.
D) It creates a copy of node with the name "deep".

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions