Subtract two numbers.
The first number in a subtraction.
The second number in a subtraction.
Returns the difference.
_.subtract(6, 4);// => 2 Copy
_.subtract(6, 4);// => 2
Subtract two numbers.