Hi Chanchal,
Object.create method is another method to create new object in JavaScript.
Object.create methods accepts two arguments.
prototypeObject: Newly created objects prototype object. It has to be an object or null.
propertiesObject: Properties of the new object. This argument is optional