Add()

Returns the sum of two numbers.

The Add() function has two parameters:

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

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

The function outputs the sum of the two numbers: 768.