/

Divides a number by another number.

Syntax

numberA / numberB

Example

myVar = 6 / 2;
//myVar = 3; 
text_javascript aptana_docs