Skip to content

bluesmoss/async-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async in JS

Async samples using The Rick and Morty API.

Challenge:

  • Get the total of characters
  • Get the name of the first character
  • Get the dimension of the first character

Running Locally

Make sure you have Node.js installed.

git clone [email protected]:bluesmoss/async-js.git # or clone your own fork
cd async-js
npm install

Callbacks

Sample:

npm run callback

API challenge:

npm run callback:challenge

Promise

Sample:

npm run promise

API challenge:

npm run promise:challenge

Async / await

Sample:

npm run async

API challenge:

npm run async:challenge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published