how to update the value of a javascript object code example
Example: how to update object in javascript
myObject['first name'] = 'John'; // property name with a space
myObject['first name'] = 'John'; // property name with a space