Function add

Adds two numbers.

3.4.0

add(6, 4)
// => 10
  • Parameters

    • Optionalvalue: number
    • Optionalother: number

    Returns number

    Returns the total.