HOW TO TAKE INPUT IN JAVASCRIPT USING READLINE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HOW TO TAKE INPUT IN JAVASCRIPT USING READLINE

Hey I am fresh programming learner , learning js from scratch.

23rd Dec 2022, 2:41 PM
Dipanshu Singh
Dipanshu Singh - avatar
1 Answer
+ 4
Read line is method from node.js This is used in code challenge to test our code. Where inputs are automatically added. In js we use prompt() or we select html input or relevant element and take its value.
23rd Dec 2022, 3:04 PM
PanicS
PanicS - avatar