A read-only property of javascript that return sibling text after target element.
The
Node.nextSibling
read-only property returns the node immediately following the specified one in its parent's childNodes list, or null if the specified node is the last node in that list.