JavaScript quick tips 🍇 | HTML range input | setInterval() method

preview_player
Показать описание
#javascript #rangeslider #inputrange #htmlrange
More about HTML range input and JavaScript
Рекомендации по теме
Комментарии
Автор

neat and clean, just to the point. Thanks

grafosgt
Автор

amazing. now style it LOL. styling those things is a nightmare

toonice
Автор

how did you use slider without document.queryselector function?

lyv
Автор

Idk how u directly declare the id's and tags but this code is for those who need to declare or store the element on a variable.

Code:
<input type="range" id="range">
<span>0</span>

<script>
let a =
a.value =0
setInterval(()=>{
a.value++
= a.value
}, 100)

CosMIcAkaSh
welcome to shbcf.ru