311 B
311 B
importance: 5
Hello, object
Write the code, one line for each action:
- Create an empty object
user
. - Add the property
name
with the valueJohn
. - Add the property
surname
with the valueSmith
. - Change the value of the
name
toPete
. - Remove the property
name
from the object.