Q116
Which of the following Node object property returns the node immediately before a node?
A.
previousSibling
AnswerB.
textContent
C.
index
D.
localName
Answer: Option A
Solution
Answer: Option A
Solution:
The node object property previousSibling returns the node immediately before a node.