Skip to content
/ js-async Public template
forked from cmp-3030-fl25/js-async

JavaScript Asynchronous Programming

License

Notifications You must be signed in to change notification settings

MoMoAymn/js-async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Javascript Async

Javascript is a single-threaded, non-blocking, asynchronous programming language.

What is the problem with synchronous code?

  • Code is executed line by line
  • CallStack example.
  • counter.html
  • quote.html
  • SyncFetch example.

Event Loop

  • SetTimeout example.
  • Loupe

Callbacks

  • AsyncFetch example.
  • square.html
  • AsyncSquare example.

Promises

  • PromisesSquare example.

Async/Await

  • AsyncAwaitSquare example.
  • Looking back at SyncSquare example.

Error Handling

  • PromiseCatch example.

Resources

About

JavaScript Asynchronous Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.2%
  • HTML 20.6%
  • Python 6.2%