- 3
Javascript no input
I solve it by console.log("js is fun") but it shows no input pls help
4 Answers
+ 2
J should be uppercase in Js.
Maybe there is a punctuation mark(! or .) at the end.
console.log("Js is fun.")
+ 1
Thx guys
0
console.log("string") prints "string" in the console. To ask for an input use prompt().
Example :
prompt("What is your favorite programming language?");
0
what is the input it says No input
pls there is someone who can help me to this
I typed
console.log("Js is fun!");
what is the input