DMIT 2008
Home
Class Content
Week 2 Day 1 - Review, Fetch, Async and Await, Promises, Node, NPM
Previous Class
Next Class
Class Slides
Topics Covered
Review
JS Object Fundamentals
JS Object functions and this
Node and NPM
ES Modules
Fetch
Differences between Sync and Async Code
Custom Promises
Async and Await in JavaScript
Examples
Fetch Review
Another Fetch Example
Custom Promises
Async and Await via IIFE
More Readings:
https://medium.com/@kevinyckim33/what-are-promises-in-javascript-f1a5fc5b34bf
Previous Class
Next Class