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 offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week