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