javascript Operators *
| * | NN 2 IE 3 ECMA 1 |
|
|
The multiplication 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. |
|
| Example | |
var myProduct = number1 * number2; |
|
Previous: javascript Operators new
Next: javascript Operators %
1535,Nickname,Homepage or email,Comments here,Add comment
