innerText
Description
The innerText of HTMLElement for JS returns the element's text content "as rendered".
Can be set, to replace the element's children with the given value, but with line breaks converted to br elements.
Syntax
element.innerText [ = value ]