Subtracts two numbers
The first input number
The second input number
The difference of the two input numbers
subtract(2, 1) // 1 Copy
subtract(2, 1) // 1
Subtracts two numbers