2 lines
69 B

<input type='range' bind:value={count}>
<p>{typeof count} {count}</p>