JavaScript Math abs() methodThe JavaScript math abs() method returns an absolute value of a given number. The abs() is a static method of Math. SyntaxThe abs() method is represented by the following syntax: Parameternum - A number. ReturnAn absolute value of a number. JavaScript Math abs() method exampleHere, we will understand abs() method through various examples. Example 1Let's see an example to print the absolute value of a number. Test it NowOutput: 4 7.8 4 Example 2Let's see some cases where abs() method returns 0. Test it NowOutput: 0 0 0 Example 3Let's see some cases where abs() method returns NaN. Test it NowOutput: NaN NaN NaN Example 4Let's understand the abs() method with your own test cases. Test it Now
Next TopicJavaScript Math
|
Javatpoint provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India