/ | NN 2 IE 3 ECMA 1 |
The division operator divides the number to the left of the operator by the number to the right. Both operands must be numbers. An expression with this operator evaluates to a number. |
|
Example | |
var myQuotient = number1 / number2; |