Can someone help me with a javascript print command please ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone help me with a javascript print command please ???

Write a program to print "JS is fun". Note that the phrase begins with a capital letter. That tells me the description and leaves me a clue that they use the consolé.log ()

29th Jun 2021, 2:41 PM
AFKlevi
1 Answer
- 1
console.log("JS is fun."); To begin with, carefully study the topic, and try to solve the problem yourself.
29th Jun 2021, 2:49 PM
SammE
SammE - avatar