JS

Objects in JavaScript - Object definition in JS

22.

How do you define an object in JavaScript?

Using the "object" keyword

Using the "let" keyword

Using the "function" keyword

Using curly braces {}