File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
1-js/04-object-basics/01-object/2-hello-object Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ importance: 5
22
33---
44
5- # Hello , object
5+ # Привет , object
66
7- Write the code, one line for each action :
7+ Напишите код, выполнив задание из каждого пункта отдельной строкой :
88
9- 1 . Create an empty object ` user ` .
10- 2 . Add the property ` name ` with the value ` John ` .
11- 3 . Add the property ` surname ` with the value ` Smith ` .
12- 4 . Change the value of the ` name ` to ` Pete ` .
13- 5 . Remove the property ` name ` from the object .
9+ 1 . Создайте пустой объект ` user ` .
10+ 2 . Добавьте свойство ` name ` со значением ` John ` .
11+ 3 . Добавьте свойство ` surname ` со значением ` Smith ` .
12+ 4 . Измените значение свойства ` name ` на ` Pete ` .
13+ 5 . Удалите свойство ` name ` из объекта .
1414
You can’t perform that action at this time.
0 commit comments