0
Why its not work (java script)
for (i = 0; i <= 10; i++) { if (i == 5,7) { continue; } document.write(i + "<br />"); }
4 Answers
+ 1
You must define decimal numbers using dot notation ex
5.7
0
its not a decimal they are two numbers
0
thnkx
for (i = 0; i <= 10; i++) { if (i == 5,7) { continue; } document.write(i + "<br />"); }