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 Respostas
+ 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