Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaudinh/async_await


https://github.com/chaudinh/async_await

asynchronous callbacks promises vanilla-javascript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Asynchronous

* Asynchronous is when something is going on but we don't want to wait until the thing is done to continue our program, instead continue while the thing's happening.

* Asynchronous is really relevant to JavaScript because we often make requests to server/API, which can taking a couple of seconds to get data back.