If you have the following HTML and JavaScript, what will be displayed in the element with the ID "result"?
<span id="result"></span>
document.getElementById('result').textContent = 5 + 3;
If you have the following HTML and JavaScript, what will be displayed in the element with the ID "result"?
<span id="result"></span>
document.getElementById('result').textContent = 5 + 3;