Async await (Javascript)
Last updated
Last updated
Most students should:
Know how to write code using async/await
Understand how the async/await keywords makes working with promises simpler
Demonstrate how to convert from .then()/.catch functions to using async await
Have had roughly 65 hours of tuition and practise with javascript
Understand how to use promises using the .then()/.catch() functions
You can use these resources to help build your lesson plan
We recommend you use visual studio code as your IDE. This is the IDE students are familiar with.
See this example: