Object() constructor The Object constructor creates an object wrapper for the given value . If the value is null or undefined , it will create and return an empty object. Otherwise, it will return an object of a Type that corresponds to the given value. If the value is an object already, it will return the value.