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