Skip to content

Commit

Permalink
Merge pull request #382 from itsarraj/master
Browse files Browse the repository at this point in the history
Added Article of JavaScript instanceof operator
  • Loading branch information
leonardomso authored Oct 4, 2023
2 parents d8cc898 + 4313cf5 commit 867fdb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ All the translations for this repo will be listed below:
- 📜 [Beyond `typeof` and `instanceof`: simplifying dynamic type checks — Dr. Axel Rauschmayer](http://2ality.com/2017/08/type-right.html)
- 📜 [What Is the Instanceof Operator in JavaScript — appendTo](https://appendto.com/2016/10/what-is-the-instanceof-operator-in-javascript/)
- 📜 [Function and Object, instances of each other — Kiro Risk](https://javascriptrefined.io/function-and-object-instances-of-each-other-1e1095d5faac)

- 📜 [JavaScript instanceof operator](https://flexiple.com/javascript/instanceof-javascript)

**[⬆ Back to Top](#table-of-contents)**

---
Expand Down Expand Up @@ -1047,6 +1048,7 @@ All the translations for this repo will be listed below:
- 📜 [Object Oriented JavaScript: Polymorphism with examples — Knoldus Blogs](https://blog.knoldus.com/object-oriented-javascript-polymorphism-with-examples/)
- 📜 [Program Like Proteus — A beginner’s guide to polymorphism in Javascript — Sam Galson](https://medium.com/yld-blog/program-like-proteus-a-beginners-guide-to-polymorphism-in-javascript-867bea7c8be2)
- 📜 [Object-oriented JavaScript: A Deep Dive into ES6 Classes — Jeff Mott](https://www.sitepoint.com/object-oriented-javascript-deep-dive-es6-classes/)
- 📜 [Unlocking the Power of Polymorphism in JavaScript: A Deep Dive](https://prototypr.io/post/unlocking-the-power-of-polymorphism-in-javascript-a-deep-dive)

### Videos

Expand Down

0 comments on commit 867fdb4

Please sign in to comment.