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