theory-examples
    Preparing search index...

    Function add

    • Adds two numbers

      Parameters

      • firstNumber: number

        Consists of the first operand of the addition

      • secondNumber: number

        Consists of the second operand of the addition

      Returns number

      The addition of the two numbers firstNumber and secondNumber

      add(1, 7) = 8