We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559841c commit 33813f8Copy full SHA for 33813f8
control-flow/index.md
@@ -382,8 +382,9 @@ async function callFoo() {
382
383
Be sure to check out the [cheat sheet]({{ "/cheatsheet/" | url }}) for more.
384
385
-## Further Reading
+## Further learning
386
387
- [Callback function](https://developer.mozilla.org/en-US/docs/Glossary/Callback_function)
388
- [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
389
- [Making asynchronous programming easier with async and await](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await)
390
+- What the heck is the event loop anyway? (Philip Roberts, JSConf EU, 2014) (https://www.youtube.com/watch?v=8aGhZQkoFbQ)
0 commit comments