0
Javascript 2.2
I have no idea what Iām doing wrong at all I do document.write(āJS is coolā) but nothing Iām new to all this and thatās what they taught me to do in Java script 2.1 please help
3 Answers
+ 4
You need to use double quotes (" ") and console.log()
console.log ("Antarctica is cool")
+ 2
https://code.sololearn.com/WMxIt4icDO4p/?ref=app
Try this and see that you haven't got any space between all this
+ 1
Alex Ramistella here is MDN documentation on document.write()
https://developer.mozilla.org/en-US/docs/Web/API/Document/write