Write a program to output the text "JavaScript is awesome!" to the console. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Write a program to output the text "JavaScript is awesome!" to the console.

A question i don't really get

26th Apr 2021, 12:00 PM
X King
12 Answers
+ 3
console.log("JavaScript is Awesome!");
26th Apr 2021, 2:49 PM
Simon Muthoni
Simon Muthoni - avatar
+ 5
Complete the course.. it's damn easy
26th Apr 2021, 12:05 PM
Aditya
Aditya - avatar
+ 4
Tapabrata Banerjee has already posted your answer
26th Apr 2021, 12:15 PM
Aditya
Aditya - avatar
+ 2
Thanks
26th Apr 2021, 12:21 PM
X King
+ 1
But i still don't understand
26th Apr 2021, 12:17 PM
X King
+ 1
Thanks i now understand
26th Apr 2021, 12:18 PM
X King
+ 1
You can also use document.write("JavaScript is Awesome") . To print it directly on the window
26th Apr 2021, 4:41 PM
Atul [Inactive]
+ 1
console. log("JavaScript is awsome! ");
3rd May 2021, 12:18 PM
Pranay Sehgal
Pranay Sehgal - avatar
0
Don't still understand
26th Apr 2021, 12:14 PM
X King
0
Rather give me the answer let me study it
26th Apr 2021, 12:14 PM
X King
0
Console.log means the output which you'll get will be displayed in the console
26th Apr 2021, 12:43 PM
Atul [Inactive]
0
Thanks alot
26th Apr 2021, 3:30 PM
X King