https://github.com/bolajiayodeji/async-js
Learn Asynchronous JavaScript :zap:
https://github.com/bolajiayodeji/async-js
ajax asynchronous-programming javascript
Last synced: 6 months ago
JSON representation
Learn Asynchronous JavaScript :zap:
- Host: GitHub
- URL: https://github.com/bolajiayodeji/async-js
- Owner: BolajiAyodeji
- Created: 2019-04-05T05:09:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T23:47:19.000Z (over 6 years ago)
- Last Synced: 2025-04-10T03:51:48.316Z (6 months ago)
- Topics: ajax, asynchronous-programming, javascript
- Language: JavaScript
- Homepage: https://bolajiayodeji.github.io/async-js/
- Size: 49.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# async-js
Learn Asynchronous JavaScript :zap:## Table Of Contents
1. [x] AJAX and XHR Methods - [Demo](https://bolajiayodeji.github.io/async-js/01-Ajax%20&%20XHR%20Methods/)
2. [x] AJAX and JSON - [Demo](https://bolajiayodeji.github.io/async-js/02-Ajax%20&%20JSON/)
3. [x] Jokes Generator - [Demo](https://bolajiayodeji.github.io/async-js/03-Jokes%20Generator)
4. [x] REST APIs and Other HTTP Methods - [Demo](https://bolajiayodeji.github.io/async-js/04-REST%20APIs%20%26%20Other%20HTTP%20Methods)
5. [x] Call Back Functions - [Demo](https://bolajiayodeji.github.io/async-js/05-Call%20Back%20Functions)
6. [x] Custom HTTP Library - [Demo](https://bolajiayodeji.github.io/async-js/06-Custom%20HTTP%20Library)
7. [x] ES6 Promises - [Demo](https://bolajiayodeji.github.io/async-js/07-ES6%20Promises)
8. [x] The Fetch API - [Demo](https://bolajiayodeji.github.io/async-js/08-The%20Fetch%20API)
9. [x] Custom FETCH API Library - [Demo](https://bolajiayodeji.github.io/async-js/09-Custom%20FETCH%20Library)
10. [x] Async and Await - [Demo](https://bolajiayodeji.github.io/async-js/10-Async%20%26%20Await)