Skip to content

Commit 33813f8

Browse files
committed
Adding video to resources
1 parent 559841c commit 33813f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control-flow/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,9 @@ async function callFoo() {
382382

383383
Be sure to check out the [cheat sheet]({{ "/cheatsheet/" | url }}) for more.
384384

385-
## Further Reading
385+
## Further learning
386386

387387
- [Callback function](https://developer.mozilla.org/en-US/docs/Glossary/Callback_function)
388388
- [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
389389
- [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

Comments
 (0)