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 ()
1 Answer
- 1
console.log("JS is fun.");
To begin with, carefully study the topic, and try to solve the problem yourself.