0 / 60 seg.

What will the following code do?

<div id="myDiv">Original text</div>
document.getElementById('myDiv').style.color = 'red';