An object initializer is a comma-delimited list of key value pairs, enclosed in curly braces ({}).
Objects can also be initialized using Object.create() or by invoking a constructor function with the new operator.