14. Async JavaScript
Asynchronous JavaScript
Learn what callbacks, promises, and async await keywords are. These concepts lay the foundation for NodeJS, a backend JavaScript environment.
Course Content
-
1:08 - Callbacks
3:54 - Create a Function
4:09 - Set Timeout
10:35 - Promises
22:13 - Async Function