0
The code isn't working!
I did the code var x = 100 document.write(x); like how it was shown on the example, yet it showed the entire script and not just 100. What's the problem?
2 Answers
+ 4
https://code.sololearn.com/WcLZ3IPP8Zct/?ref=app
you missed semicolon after 100
+ 1
Rstar Oh, thanks! Sorry I didnt respond sooner.