0
Help me with this!
Write a program to output the text "JavaScript is awesome!" to the console. Don’t forget the exclamation mark !
4 Respuestas
+ 3
Hi! What help you need? try to explain to us where you are confused?
+ 3
console.log('"Javascript is awesome!"')
Or
console.log("\"Javascript is awesome!\"")
0
yeah