JavaScript has powerful Math methods and number parsing utilities.
Math.floor() on decimal to round down → flooredMath.max() to find the largest of 5, 10, 3 → largestparseInt() to convert "42px" to a number → parsedMath.random() to generate a random number 0-1 → randomSubmit your code to see test results