Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "MultiplicativeExpression" means?

I was reading the EcmaScript6 specifications and in the Arithemetic operator section ( http://www.ecma-international.org/ecma-262/5.1/#sec-11.6.1 ) its mentioned like this

AdditiveExpression :

MultiplicativeExpression

AdditiveExpression + MultiplicativeExpression

AdditiveExpression - MultiplicativeExpression

What does this mean ?

like image 465
Shidhin Cr Avatar asked Feb 10 '26 06:02

Shidhin Cr


1 Answers

An expression of multiplication or division.

See Section 11.5

like image 152
Mathletics Avatar answered Feb 12 '26 19:02

Mathletics



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!