JS

Objects in JavaScript - Add a new property to an o...

14.

How can you add a new property to an object in JavaScript?

Using dot notation

Using bracket notation

Using the Object.defineProperty() method

Using the Object.create() method