Skip to content

habibridho/async-await-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-await-tutorial

Example of Async Await Tutorial Full tutorial can be read here

How to use

Make sure you have node 8.x since async-await syntax is only available in that version. To run the project. First, install the dependency. Don't worry, it only has one dependency.

npm install

Then, for the basic promise example, you can run

node index.js

Or, for the async-await example,

node async.js

About

Example of Async Await Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published