What is the order of precedence for modulus in Javascript?

后端 未结 3 536
栀梦
栀梦 2021-01-29 10:55

If I have the following code

var num = 15 % 2 + 6 * 4;

for example... I\'d like to know what the output will be, specifically I would like to

3条回答
提交回复
热议问题