In JavaScript, there are many ways to create objects. 1- Using object literal syntax. 2- Using the 'new' keyword 3- Using object.create() 4- Using object.assign() In this article we will talk about object.create(). First, what is the object.create():...