0 / 60 seg.

If you have the following HTML and JavaScript, what will be displayed in the paragraph with id "myP"?

<p id="myP">Original text</p>
document.getElementById('myP').innerText = 'Changed text';