OOP in JavaScript
Aug 15, 2025 · 11 min read · In this article, we will look at some Object Oriented Programming concepts like classes, objects, etc. Javascript doesn’t inherently support classes rather it uses a concept known as prototype. Let’s understand the prototypal behaviour of JS in depth...
Join discussion