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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

BASIC CODE https://code.sololearn.com/W40TTCtTYD1O/?ref=app

2nd Jun 2019, 11:27 AM
Hassan Isah
Hassan Isah - avatar
4 Answers
+ 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
2nd Jun 2019, 11:51 AM
Airree
Airree - avatar
+ 1
But that doesn't mean you have to confuse people
2nd Jun 2019, 11:53 AM
Airree
Airree - avatar
0
i am still a learner
2nd Jun 2019, 11:53 AM
Hassan Isah
Hassan Isah - avatar
0
alright
2nd Jun 2019, 11:54 AM
Hassan Isah
Hassan Isah - avatar