=

Assigns a value to a variable or other object.

Syntax

valueA = valueB

Example

var myNumber = 3; // myNumber = 3;
text_javascript aptana_docs