Which of these statements are true about objects?

They're variables that contain propertiesThey can have methodsWe create them with the array literal, a pair of bracketsOnce created, we can't change an object

That's it! Objects can contain properties and methods. We create them with the object literal, a pair of braces, and we can change them anytime.

Whoops! Objects can contain properties and methods. We create them with the object literal, a pair of braces, and we can change them anytime.