Skip to content

Commit 3df8031

Browse files
committed
fixed typo in the task
in chapter **04-01 Object**, task 2 (isEmpty)
1 parent 5c3901b commit 3df8031

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/01-object/3-is-empty

1 file changed

+1
-1
lines changed

Diff for: 1-js/04-object-basics/01-object/3-is-empty/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Перевірка на порожнечу
66

7-
Напишіть функцію `isEmpty(obj)`, яка повертає `true`, якщо об’єкт не має властивості, інакше `false`.
7+
Напишіть функцію `isEmpty(obj)`, яка повертає `true`, якщо об’єкт не має жодної властивості, інакше `false`.
88

99
Має так працювати:
1010

0 commit comments

Comments
 (0)