Discussion :: Javascript - CS
- Which of the following Node object property returns the node immediately before a node?
Answer : Option A
Explanation :
The node object property previousSibling returns the node immediately before a node.
Be The First To Comment