oops in js

Object Oriented JavaScript: Objects, Encapsulation & Abstraction

Reading Time: 2 minutes Hi Folks, here goes a quick post regarding the most important & frequent concepts of Advance JavaScript or we can say Object Oriented JavaScript. Objects are the key concepts of JavaScript so lets quickly start with some code and concepts. We create objects with methods, properties and attributes, we make them bundled inside that object it’s encapsulation, these methods & attributes are abstracted from other Continue Reading