Write down the syntax to find the absolute value of a number y.
27 Likes
Math.abs(y)
Answered By
10 Likes
Write down the syntax to find the cube root of a number m.
Write down the syntax to find the round-off of a number k.
Write down the syntax to find the exponent of a number p.
Explain the following function:
Math.random()