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