Skip to content

Commit c30dd6e

Browse files
committedApr 20, 2018
Add »Understand JavaScript's this Keyword in Depth«
1 parent deb7aa0 commit c30dd6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Thin books which you can get through in a few days.
8282
- [JavaScript 30](https://javascript30.com) - 30 video tutorials to build neat little things with just plain JavaScript.
8383
- [Promises Are So Passé](https://vimeo.com/181328943) - Talk that shows where async goes next, why it matters, and what you need to do to put it into practice today.
8484
- [Learning Functional Programming with JavaScript](https://www.youtube.com/watch?v=e-5obm1G_FY) - Talk containing the best explanation of map/reduce.
85+
- [Understand JavaScript's this Keyword in Depth](https://egghead.io/courses/understand-javascript-s-this-keyword-in-depth) - 18 minutes divided into 8 short videos to wrap you head around `this`.
8586

8687
## Interactive learning
8788
- [Codeacademy](https://www.codecademy.com/learn/javascript) - Fundamentals of JavaScript.

0 commit comments

Comments
 (0)
Please sign in to comment.