JavaScript Math round() methodLast Updated : 17 Mar 2025 The JavaScript math round() method rounds up the given number up to the closest integer value and returns it. If the given number is already an integer, the round() method returns it directly. SyntaxThe round() method is represented by the following syntax: Parameternum - A number. ReturnThe closest integer value of the given number. JavaScript Math round() method exampleHere, we will understand round() method through various examples. Example 1Let's see an example to increases the given number up to the closest integer value. Output: 7 1 Example 2In this example, we will use round() method with negative numbers. Output: -7 -1 Example 3Here, you can test round() method with your own test cases. Next TopicJavaScript Math |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India