Merge pull request #2155 from Mr0cket/patch-2

1.4.1.8_multiply numeric - Update 'properties' to 'property values'
This commit is contained in:
Ilya Kantor 2020-10-07 21:27:16 +03:00 committed by GitHub
commit 1200946a72
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: