311 B
311 B
importance: 5
Hello, object
Write the code, one line for each action:
- Create an empty object
user. - Add the property
namewith the valueJohn. - Add the property
surnamewith the valueSmith. - Change the value of the
nametoPete. - Remove the property
namefrom the object.