Which of the following Node object property returns the node immediately before a node?
(a) previousSibling
(b) textContent
(c) index
(d) localName
The question was posed to me in unit test.
My doubt is from Node Operations in JavaScript topic in section Document Object Model and Event Handling in Javascript of JavaScript