0 / 60 seg.

What effect does the following HTML code have in a browser?

<p>Use the variable <var>x</var> to store the value.</p>
<code>for (int i = 0; i < 10; i++) {<br> &nbsp; console.log(i);<br>}</code>