JS

Objects in JavaScript - Modify the value of an exi...

13.

How can you modify the value of an existing property in an object?

Using dot notation

Using bracket notation

Using the Object.assign() method

Using the Object.entries() method