JavaScript 101 - The Basics
How to read input data from the console?
In JavaScript, to input data from the user, you use the prompt() function or the ES6 readLine(). In some online competitive challenges, its possible their JavaScript compiler would require you to use the readL...
ronicasingh.hashnode.dev2 min read