Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (26 loc) · 1.25 KB

Steps

  1. Download zip file, extract and open folder with code editor

In Terminal:

node filename.js, for example:

  1. EventEmitter

node eventemitter.js

eventemitter

  1. JSON

node json-demo.js

json-demo

  1. Promise

node promise.js

promise

  1. Response

node res.js

res

5.1 Response in localhost (with server run in terminal)

localhost

  • for stop process, in terminal -> CTRL + C
  1. TryCatch

node trycatch.js

trycatch

  1. Url

node url.js

url