Object-Oriented JavaScript (Part - 2)
In the previous article we learned about some concepts of object-oriented javascript. Let's continue that article and learn more about it.
Overriding Derived Properties
You can add properties to an object. If the property already exists, it will not ...
nikitaagarwal.hashnode.dev6 min read
Saurabh Mhatre
Frontend Developer
Pretty impressive article. Learned about Maps, Getter, Setters and Inheritance in JS for the first time. This concepts definitely took some time to understand but overall good approach to explaining complicated concepts.