- 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
8 Antworten
+ 4
//print "JS is fun"
console.log("JS is fun")
Good Luck
0
Nv Abdallah
Then you need to learn JavaScript first.
0
Nv Abdallah
Just see the examples given in lesson. You will understand.
0
STEAL OFF GAMING
Explanation is already given how to print. Learn in lesson how to print anything on console.
0
this is the solution :
console.log("JS is fun")
- 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
- 2
//print "JS is fun"
Console.log ("JS is fun")
- 4
Yeh I started and then they said that I need to do this job to continue