Object initializer: Const newObject={a:1, b:5}
Object.create(): Object.create(proto, propertiesObject)
Constructor function
ES6 class
Factory functions
Object Constructor: new Object(value)