| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the correct Math method to return the largest number of 10 and 20. 
var x = @(8)(10, 20);
 
var x = Math.max(10, 20);
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?