1
0
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:
Shivam Kotak
2022-10-12 17:16:24 +05:30
committed by GitHub
parent d0d58321be
commit ac1cf06b72

View File

@@ -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.