/Asynchronous-JavaScript

A compilation of how to make your JavaScript code asynchronous

Primary LanguageHTML

Asynchronous-JavaScript

Find examples of asynchronous features of JavaScript: ES5 Callback Functions, ES6 Promises, ES7 Async & Await

Also find:

  • XMLHTTPRequest Object : Examples on the methods of this object for a simple HTTP GET Request.
  • Chuck Norris Joke Generator : A simple project that showcases the use of the XMLHTTPRequest object to make GET Requests. View (Deployed using Netlify)
  • Fetch API Sandbox : Examples on using the .fetch() call to make GET requests on locally stored text/JSON files and also from an external API.

APIs used :