Javascript Object.create and Prototype

Опубликовано: 29 Сентябрь 2024
на канале: The Codeholic
2,470
60

The video explains how Object.create method works.
How the prototype chain is constructed.
How you can extend an object in javascript from another object.
How you can add, remove and delete methods from the object's prototype.


If you want to know more about Object.create method:
https://developer.mozilla.org/en-US/d...

If you want to know more about the prototype, here is a good resource from "You do not know JS" book:

https://github.com/getify/You-Dont-Kn...