/ (Division Operator)
Description: Divides the first number by the second.
Example
let result = 15 / 3 // result = 5
result = 15 / 3 // result = 5
Description: Divides the first number by the second.
let result = 15 / 3 // result = 5
result = 15 / 3 // result = 5