{{ message }}

obj.age:{{obj.age}}

create

Obj is

Obj. The name is here

{{obj.name}}

Change the obj. Name

Test $set

Batch create new obj properties

obj.school: {{obj.school}}

obj.score: {{obj.score}}

Create a new object without using object.assign

father: {{obj.father}}

Father has been created

Modify school