July 1998
Intermediate to advanced
1456 pages
65h 5m
English
* — NN 2 IE J1 ECMA 1
The multiplication operator. This operator multiplies 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.
var myProduct = number1 * number2
Read now
Unlock full access