Math Extensions
in-built mathematical functions in ES6
The Number
and the Math
objects have been extended with many useful methods. There are many new mathematical functions in ES6.
In my opinion, the most useful and semantic addition is Math.trunc
, which gives you the truncated integer value of a number.
Get hands-on with 1400+ tech skills courses.