innerhtml inner text code example
Example 1: change innertext javascript
element.innerText = "Hello World";
Example 2: javascript innertext vs innerhtml
innerHTML shows everything inside of the element.
innerText shows only the text inside of the element.