0
How can I get input in Javascript?
How can I receive input from the console in JavaScript?
2 Answers
+ 3
let Name = prompt("Enter your Name");
console.log(Name)
0
https://code.sololearn.com/W98tvKHHHJLu/?ref=app
I hope this is helpful
How can I receive input from the console in JavaScript?