how to update the object value in javascript 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