- 3
Write a program to output the text "JavaScript is awesome!" to the console.
A question i don't really get
12 Respuestas
+ 3
console.log("JavaScript is Awesome!");
+ 5
Complete the course.. it's damn easy
+ 4
Tapabrata Banerjee has already posted your answer
+ 2
Thanks
+ 1
But i still don't understand
+ 1
Thanks i now understand
+ 1
You can also use document.write("JavaScript is Awesome") . To print it directly on the window
+ 1
console. log("JavaScript is awsome! ");
0
Don't still understand
0
Rather give me the answer let me study it
0
Console.log means the output which you'll get will be displayed in the console
0
Thanks alot