L09 - Asynchronous programming
How to work with JavaScript in the browser and fetching data from external servers using asynchronous HTTP requests.
The lecture covers topics like:
- Asynchronous programming
- JSON
- AJAX
- await/async
- promises
- Fetch
- Web storage
- Cookies
Presentation
View the presentation "Asynchronous programming" with Johan Leitet.
The slides are here.
There is an English version and a Swedish version of the presentation.
- English version (2018), 1h 38min.
- Swedish version (2019), 1h 35min.
Resources
In the (free online) book "JavaScript for impatient programmers", review the following chapters.
REST clients development tools
External resources
MDN
JSON
More