- (Subtraction Operator)
Description: Subtracts the second number from the first.
Example
let result = 10 - 4 // result = 6
result = 10 - 4 // result = 6
Description: Subtracts the second number from the first.
let result = 10 - 4 // result = 6
result = 10 - 4 // result = 6