May 2018
Intermediate to advanced
376 pages
9h 22m
English
After reading lesson 32, you will be able to
One of the reasons JavaScript can be hard to learn is because of its asynchronous nature. Asynchronous code is hard to think about, but it’s this asynchronous nature that makes JavaScript such a great language for the web. Web applications are full of asynchronous actions—from loading assets to handling user input. The purpose of asynchronous functions is to make it easy to write and think about asynchronous code.
So far in this unit we’ve been dealing with promises, which have proven to be much more ...
Read now
Unlock full access