[an error occurred while processing this directive]
Here is a function designed to display an alert box with the number 1 in it, then with the number 2, then with a 3, then a 4, then a 5, and then stop.
for (count=1; count<=5; count++) {
alert(count)} |
How do we create the text code? |