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.