Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)




<hr>

Expand Down Expand Up @@ -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/)

### <img align= center width=40px height=40px src="https://cdn-icons-png.flaticon.com/512/1945/1945940.png"> 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/)

### <img align=center width="40" height="40" src="https://img.icons8.com/dusk/64/video.png" alt="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)

### <img align=center width=40 height=40px src="https://cdn-icons-png.flaticon.com/512/1945/1945940.png"> Articles

- [JavaScript Interview Questions — JavaScript.Info](https://javascript.info/interview-questions)
- [Challenging JavaScript Questions — GeeksforGeeks](https://www.geeksforgeeks.org/javascript-interview-questions/)

### <img align=center width=40 height=40px src="https://img.icons8.com/dusk/64/video.png" alt="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)**

<hr>

<div align="center">
Expand Down