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 :
- JSON Placeholder : https://jsonplaceholder.typicode.com/
- The Internet Chuck Norris Database : http://www.icndb.com/api/
- Github API : https://api.github.com/