0
Why is this not working
Why is this not working (I've started coding after a long time I've forgotten many things) https://code.sololearn.com/W5otvPJ794Gd/?ref=app
3 Answers
+ 1
What exactly is the problem? That both texts are added without line break?
+ 1
If the problem is that both names are printed like that, you can delete the first write() and change the second to this:
document.write("Hello Lil " + lil + " " + i + "y")
+ 1
line break ? put </br> in the middle