Math.min(x1, x2,...); //Returns the minimum argument Math.max(x1, x2,...); //Returns the maximum argument