Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLadvanced inputs date range colorSingle-choice MCQ

You set `<input type="range" min="0" max="10">` but provide NO `value` attribute and never interact with it. What value does it report?

<input type="range" min="0" max="10">