Adds two numbers.
The first number in an addition.
The second number in an addition.
1.0.0
add(5, 2);// => 7 Copy
add(5, 2);// => 7
Adds two numbers.