+ 1
JavaScript - Getting user input
Hello, am I missing something? I couldn't find an explanation about getting user input in JavaScript. There is only structured syntax in the playground without an explanation
3 ответов
+ 3
There is a lesson about prompt, confirm, alert : lesson 28.1
I think also with enough explanation..!
+ 2
Those are 3 ways to get user input in JS.
In Node.js you can have some other readline() methods ...
You're welcome..
+ 1
Jayakrishna🇮🇳 Thank you! I am used to see this content of getting user input as "Getting user input" from other Sololearn courses