Write program to print "JS is fun". Note that the sentence starts with capital letters. Hint Use console.log() function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 8

Write program to print "JS is fun". Note that the sentence starts with capital letters. Hint Use console.log() function

How I should do that I don't know anything about JavaScript

23rd Jul 2021, 7:44 PM
Nv Abdallah
Nv Abdallah - avatar
8 Answers
+ 4
//print "JS is fun" console.log("JS is fun") Good Luck
25th Jan 2022, 2:37 AM
Muhammad Alif Deva Rizqon
Muhammad Alif Deva Rizqon - avatar
0
Nv Abdallah Then you need to learn JavaScript first.
23rd Jul 2021, 8:22 PM
A͢J
A͢J - avatar
0
Nv Abdallah Just see the examples given in lesson. You will understand.
23rd Jul 2021, 9:07 PM
A͢J
A͢J - avatar
0
STEAL OFF GAMING Explanation is already given how to print. Learn in lesson how to print anything on console.
11th Aug 2021, 3:18 PM
A͢J
A͢J - avatar
0
this is the solution : console.log("JS is fun")
30th Dec 2021, 4:45 PM
ZAKARIAE EL MAHMOUDI
- 1
Write a program to print "JS is fun". Note that the sentence starts with capital letters. Hint Use console.log() function. How to solve
11th Aug 2021, 12:37 PM
Sanjeev Tiwari
- 2
//print "JS is fun" Console.log ("JS is fun")
1st Jul 2022, 11:28 AM
Pratiksha Prakash Khalse
Pratiksha Prakash Khalse - avatar
- 4
Yeh I started and then they said that I need to do this job to continue
23rd Jul 2021, 8:24 PM
Nv Abdallah
Nv Abdallah - avatar