Multiply()

Returns the product of two numbers.

The Multiply() function has two parameters:

  • number1 (number): Required. The first number to multiply.
  • number2 (number): Required. The second number to multiply.

To use this function, pass it two numbers. The numbers can be positive or negative integer or decimal numbers.

The function returns the product of the two numbers: 131072.