Adds two numbers.
The first number in an addition.
The second number in an addition.
Returns the total.
5.3.0
add(6, 4)// => 10add('6', '4')// => '64' Copy
add(6, 4)// => 10add('6', '4')// => '64'
Adds two numbers.