JavaScript - Getting user input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

4th Jul 2022, 12:14 PM
Orel Briga
Orel Briga - avatar
3 Answers
+ 3
There is a lesson about prompt, confirm, alert : lesson 28.1 I think also with enough explanation..!
4th Jul 2022, 12:38 PM
Jayakrishna 🇮🇳
+ 2
Those are 3 ways to get user input in JS. In Node.js you can have some other readline() methods ... You're welcome..
4th Jul 2022, 12:52 PM
Jayakrishna 🇮🇳
+ 1
Jayakrishna🇮🇳 Thank you! I am used to see this content of getting user input as "Getting user input" from other Sololearn courses
4th Jul 2022, 12:43 PM
Orel Briga
Orel Briga - avatar