Add numbers.
A number to which another number is added.
A number which is added to another number.
Optional
Rest
Additional numbers to add.
Returns the sum.
0.1.0
add(1, 2)// => 3add(1, 2, 3)// => 6 Copy
add(1, 2)// => 3add(1, 2, 3)// => 6
Add numbers.