Most useful javascript math functions
abs
Math.abs function returns the absolute value of a number
ceil
Math.ceil function rounds a number up to the next largest integer
floor
Math.floor function rounds a number down to its nearest integer
round
Math.round function rounds a number to ...
lochawala.com1 min read