- 3

Help with loops

what does this mean (i + "<br />")?

19th Jun 2021, 2:46 PM
islam osama
islam osama - avatar
1 Answer
+ 2
I think you are using it in document.write() You mean something like this: https://code.sololearn.com/WA10A7A5a156 It will print the value of i first and then it will print a line gap because <br/> is used for gap and it print until i<5. If you already know HTML you should know about this.
19th Jun 2021, 3:11 PM
The future is now thanks to science
The future is now thanks to science - avatar