Right choice is (c) Sets & Returns the textual content of a node
For explanation I would say: The property textContent sets or returns the textual content of a node and its descendants. If you set the textContent property, any child nodes are removed and replaced by a single Text node containing the specified string.