Merge pull request #2155 from Mr0cket/patch-2
1.4.1.8_multiply numeric - Update 'properties' to 'property values'
This commit is contained in:
commit
1200946a72
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