Skip to content

Latest commit

 

History

History

lesson-promises-async-await

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Promises and Async/Await

Basic Usage

To run without errors inside a promise:

export CREATE_ERROR=false && node index.js

To cause error inside a promise:

export CREATE_ERROR=true && node index.js