Skip to content

Commit

Permalink
Link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mijankarim authored Jul 11, 2018
1 parent ea36219 commit 9bb572c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions javascript-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ While this list is primarily focused on learning React and Redux, and generally
MDN's usual excellent documentation, explaining how `this` works in Javascript

- **Gentle Explanation of `this` keyword in Javascript**
http://rainsoft.io/gentle-explanation-of-this-in-javascript/
https://dmitripavlutin.com/gentle-explanation-of-this-in-javascript/
https://www.reddit.com/r/javascript/comments/4o1546/gentle_explanation_of_this_keyword_in_javascript/
Another long and in-depth explanation, plus some good discussion in the Reddit comments.

Expand All @@ -151,7 +151,7 @@ While this list is primarily focused on learning React and Redux, and generally
An excellent explanation of how function calls and the `this` keyword work

- **When 'not' to use arrow functions**
http://rainsoft.io/when-not-to-use-arrow-functions-in-javascript/
https://dmitripavlutin.com/when-not-to-use-arrow-functions-in-javascript/
An in-depth look at when you should stick with standard JS functions instead of arrow functions

- **Do ES6 Arrow Functions Really Solve "this" in Javascript?**
Expand Down Expand Up @@ -193,4 +193,4 @@ While this list is primarily focused on learning React and Redux, and generally
https://www.udemy.com/understand-javascript/?couponCode=YOUTUBE19
https://www.youtube.com/watch?v=Bv_5Zv5c-Ts
http://joanmira.com/javascript-understanding-the-weird-parts/
A widely recommended course on Javascript by Tony Alicea. The first 3.5-hour video is free on Youtube, with a discount link for the course. The last link is notes from the course.
A widely recommended course on Javascript by Tony Alicea. The first 3.5-hour video is free on Youtube, with a discount link for the course. The last link is notes from the course.

0 comments on commit 9bb572c

Please sign in to comment.