max

The max property of the HTMLMeterElement interface represents the maximum value of the element as a floating-point number. It reflects the element's max attribute, or the min value if no max is set, or 1 if neither the min or the max is defined.

MDN Reference