Feedback for subjective question
Question 1: Show output of the following code:
for (i=0; i<=10; i++) {
document.write("The number is " + i);
document.write("<br />");
}
for (i=0; i<=10; i++) {
document.write("The number is " + i);
document.write("<br />");
}
Current Answer:
Be the first to post an answer to earn 100CR.