mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
Add content for taking input from user (#2337)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user