| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the correct Math method to round a number to the nearest integer. 
var x = Math.@(5)(5.3);
 
var x = Math.round(5.3);
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?