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