-

Subtracts the value of a number from another number.

Syntax

numberA - numberB

Example

myVar = 4 - 1;
//myVar = 3; 
text_javascript aptana_docs