Back to Browse

JavaScript Object.create() Method

4.5K views
Oct 26, 2020
10:37

The Object.create() method creates a new object, using an existing object as the prototype of the newly created object. In this lecture, you will learn how to create objects using Object.create in JavaScript and how to use this method to provide inheritance in JavaScript.

Download

1 formats

Video Formats

360pmp415.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

JavaScript Object.create() Method | NatokHD