Which of the following is NOT a valid way to create a JavaScript object?
[ key: value ]
new Object()
{ key: value }
Object.create()