- Download zip file, extract and open folder with code editor
node filename.js, for example:
- EventEmitter
node eventemitter.js
- JSON
node json-demo.js
- Promise
node promise.js
- Response
node res.js
5.1 Response in localhost (with server run in terminal)
- for view message in browser -> http://localhost:4000
- for stop process, in terminal ->
CTRL + C
- TryCatch
node trycatch.js
- Url
node url.js