Skip to content

Commit 73550e5

Browse files
authored
Update 'properties' to 'property values'
The task asks to multiply numeric object 'properties', however the term 'object properties' include both the 'property keys' of the object as well as the 'property values' of the object. It is clear the intention of the task is to change property values. This change improves clarity of the task description.
1 parent a6017db commit 73550e5

File tree

1 file changed

+2
-2
lines changed
  • 1-js/04-object-basics/01-object/8-multiply-numeric

1 file changed

+2
-2
lines changed

1-js/04-object-basics/01-object/8-multiply-numeric/task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 3
22

33
---
44

5-
# Multiply numeric properties by 2
5+
# Multiply numeric property values by 2
66

7-
Create a function `multiplyNumeric(obj)` that multiplies all numeric properties of `obj` by `2`.
7+
Create a function `multiplyNumeric(obj)` that multiplies all numeric property values of `obj` by `2`.
88

99
For instance:
1010

0 commit comments

Comments
 (0)