Multiply two numbers.
4.7.0
multiply(6, 4)// => 24 Copy
multiply(6, 4)// => 24
Optional
Returns the product.
Multiply two numbers.
Since
4.7.0
Example