0
Math.max
Why is Math.max(1, 2, NaN) //NaN?
3 Réponses
+ 2
its in the docs https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/max
```If at least one of the arguments cannot be converted to a number, NaN is returned.```
+ 1
Thank you.
0
NaN - not a Number, it's set falture and function math.Max returns NaN