JavaScript Math floor() methodThe JavaScript math floor() method decreases the given number up to the closest integer value and returns it. If the given number is already an integer, the floor() method returns it directly. SyntaxThe floor() method is represented by the following syntax: Parameternum - A number. ReturnA largest integer value, lower than or equal to the given number. JavaScript Math floor() method exampleHere, we will understand floor() method through various examples. Example 1Let's see an example to decreases the given number up to the closest integer value. Test it NowOutput: 7 0 Example 2In this example, we will use floor() method with negative numbers. Test it NowOutput: -8 -1 Example 3Here, you can test floor() 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