+ 1
HOW TO TAKE INPUT IN JAVASCRIPT USING READLINE
Hey I am fresh programming learner , learning js from scratch.
1 Odpowiedź
+ 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.