Description: Subtracts the second number from the first.
Example #
let result = 10 - 4 // result = 6
Subtracts the second number from the first.
Description: Subtracts the second number from the first.
let result = 10 - 4 // result = 6