Javascript Reference
Categories: Operators

javascript Operators /

@March 15, 2008, 1:22 a.m.
/ Firefox/Netscape/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;

Powered by Linode.