+ 2
In math function of javascript 'm' for math should be capital??
4 Réponses
+ 6
JS is case sensitive, so yes, if it is declared as Math (and it is) this is how you have to use it đ
+ 5
Yes
+ 1
yes
it's predefined class name so use Math
0
yes