Skip to content

Commit e07d79f

Browse files
committed
task translated
1 parent 2806362 commit e07d79f

File tree

1 file changed

+7
-7
lines changed
  • 1-js/04-object-basics/01-object/2-hello-object

1 file changed

+7
-7
lines changed

1-js/04-object-basics/01-object/2-hello-object/task.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)