Understanding OOP in JavaScript

Bhammarker Rahul
Learn With Rahul
Published in
7 min readMar 5, 2018

--

JavaScript is a powerful language and yes it supports Object Oriented Programming but it is not that simple and straight forward as its seems. On one hand, there is a simple core, on the other hand, there are some really weird things going on. I will try to explain every aspect of it in the simplest manner possible in this article.

--

--