Add content for taking input from user (#2337)
parent
d0d58321be
commit
ac1cf06b72
1 changed files with 3 additions and 1 deletions
@ -1 +1,3 @@ |
||||
# Taking input |
||||
# Taking input |
||||
|
||||
Node.js provides a few ways to take inputs from user, including the built-in `process.stdin` and `readline` module. There are also several third party packages like `prompts` and `Enquirer` built on top of `readline` that provide an easy to use and intuitive interface. |
||||
|
Loading…
Reference in new issue