diff --git a/README.md b/README.md index 924a02f7..3bcfcc30 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ All the translations for this repo will be listed below: 31. [**Design Patterns**](#31-design-patterns) 32. [**Partial Applications, Currying, Compose and Pipe**](#32-partial-applications-currying-compose-and-pipe) 33. [**Clean Code**](#33-clean-code) +34. [**this in functions and objects**](#34-this-in-functions-and-objects) +35. [**JavaScript Challenging Questions for Interviews**](#35-javascript-challenging-questions-for-interviews) + + +
@@ -1284,6 +1289,55 @@ This software is licensed under MIT License. See [License](https://github.com/le **[⬆ Back to Top](#table-of-contents)** + +--- + +## 34. this in functions and objects + +### Reference + +- [Understanding `this` in JavaScript — MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this) +- [JavaScript `this` Keyword Explained — DigitalOcean](https://www.digitalocean.com/community/tutorials/understanding-the-this-keyword-in-javascript) +- [Mastering `this` in JS — Flavio Copes](https://flaviocopes.com/javascript-this/) +- [JavaScript `this` Keyword for Beginners — freeCodeCamp](https://www.freecodecamp.org/news/javascript-this-keyword/) + +### Articles + +- [Understanding `this` in JavaScript — MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this) +- [JavaScript `this` Keyword Explained — DigitalOcean](https://www.digitalocean.com/community/tutorials/understanding-the-this-keyword-in-javascript) +- [Mastering `this` in JS — Flavio Copes](https://flaviocopes.com/javascript-this/) +- [JavaScript `this` Keyword for Beginners — freeCodeCamp](https://www.freecodecamp.org/news/javascript-this-keyword/) + +### video Videos + +- [JavaScript `this` Explained — Fun Fun Function](https://www.youtube.com/watch?v=gvicrj31JOM) +- [Understanding `this` in JavaScript — Academind](https://www.youtube.com/watch?v=Ukg_U3CnJWI) +- [JavaScript `this` Keyword Tutorial — Programming with Mosh](https://www.youtube.com/watch?v=qoSksQ4s_hg) + +**[⬆ Back to Top](#table-of-contents)** + + +--- + +## 35. JavaScript Challenging Questions for Interviews + +### Reference + +- [50 JavaScript Interview Questions — Edureka](https://www.edureka.co/blog/interview-questions/javascript-interview-questions/) +- [Top 30 JavaScript Interview Questions — Guru99](https://www.guru99.com/javascript-interview-questions.html) + +### Articles + +- [JavaScript Interview Questions — JavaScript.Info](https://javascript.info/interview-questions) +- [Challenging JavaScript Questions — GeeksforGeeks](https://www.geeksforgeeks.org/javascript-interview-questions/) + +### video Videos + +- [JavaScript Interview Questions — Techsith](https://www.youtube.com/watch?v=K3x2MdzI7p8) +- [Top 50 JavaScript Interview Questions — Edureka](https://www.youtube.com/watch?v=h3l1dGnK4sk) + +**[⬆ Back to Top](#table-of-contents)** +