NodeJS For Beginners: Working With The ReadLine Module.

Опубликовано: 01 Октябрь 2018
на канале: NoobCoder
24,682
383

Learn how to use the readLine module. The readLine module allows us to receive user input from the user as well as being able to prompt the user. The readLine module also inherits from the eventemitter which allows us to listen for events, Such as when the stream receives userinput and as well as when the stream is closed.