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.
This commit is contained in:
parent
a6017db26f
commit
73550e58ac
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ importance: 3
|
|||
|
||||
---
|
||||
|
||||
# Multiply numeric properties by 2
|
||||
# Multiply numeric property values by 2
|
||||
|
||||
Create a function `multiplyNumeric(obj)` that multiplies all numeric properties of `obj` by `2`.
|
||||
Create a function `multiplyNumeric(obj)` that multiplies all numeric property values of `obj` by `2`.
|
||||
|
||||
For instance:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue