0
how can i run this BASIC CODE On sololearn let j= 0 print j let j=j+1 if j<=10 goto line 2 end
4 Réponses
+ 1
I think you mean something like this in JS:
for (let j = 0; j <= 10; j++)
document.write(j);
Please be more direct when asking questions, and don't include random codes
+ 1
But that doesn't mean you have to confuse people
0
i am still a learner
0
alright