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:
Milo Silva 2020-09-27 11:08:51 +02:00 committed by GitHub
parent a6017db26f
commit 73550e58ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: