Skip to content

Commit 26e4057

Browse files
authored
Add a "further reading" resource on 'this' in JavaScript (#51)
1 parent 2f3ce55 commit 26e4057

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • questions/explain-how-this-works-in-javascript

questions/explain-how-this-works-in-javascript/en-US.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,4 @@ In summary, `this` in JavaScript refers to the current execution context of a fu
233233

234234
- [this - JavaScript | MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this)
235235
- [The Simple Rules to `this` in Javascript](https://medium.com/m/global-identity-2?redirectUrl=https%3A%2F%2Fcodeburst.io%2Fthe-simple-rules-to-this-in-javascript-35d97f31bde3)
236+
- [Gentle Explanation of `this` in JavaScript](https://dmitripavlutin.com/gentle-explanation-of-this-in-javascript/)

0 commit comments

Comments
 (0)