JavaScript Prototypes, Inheritance, Classes, and Encapsulation When I first started learning JavaScript objects, prototype , Object. create() , class , inheritance, getters, setters, and private fields felt like completely different topics. After working through them, I started seeing that most ...
Source: [Dev.to](https://dev.to/koushikmaya/-week-4-task-1-understanding-javascript-core-concepts-2pk8)