3) Give the output of the following Math function. *
Math.abs(5);
Answers
Answered by
1
Answer:
It will return 5 as the output.
Math.abs() returns the absolute value of an integer I.e a number with no sign I.e a positive number.
Similar questions