add

Math
since 3.4.0

Arguments

  • number The first number in an addition.
  • number The second number in an addition.

Returns

number the total.

Adds two numbers.

Example of Lodash _.add

_.add(6, 4);
// => 10