We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2806362 commit e07d79fCopy full SHA for e07d79f
1 file changed
1-js/04-object-basics/01-object/2-hello-object/task.md
@@ -2,13 +2,13 @@ importance: 5
2
3
---
4
5
-# Hello, object
+# Привет, object
6
7
-Write the code, one line for each action:
+Напишите код, выполнив задание из каждого пункта отдельной строкой:
8
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.
+1. Создайте пустой объект `user`.
+2. Добавьте свойство `name` со значением `John`.
+3. Добавьте свойство `surname` со значением `Smith`.
+4. Измените значение свойства `name` на `Pete`.
+5. Удалите свойство `name` из объекта.
14
0 commit comments