delete ourDog.bark;
"tails"
из myDog
. Вы можете использовать либо точечную, либо скобку. "tails"
из myDog
.
testString: 'assert(typeof myDog === "object" && myDog.tails === undefined, "Delete the property "tails"
from myDog
.");'
- text: Не изменяйте настройку myDog
testString: 'assert(code.match(/"tails": 1/g).length > 1, "Do not modify the myDog
setup");'
```