Im on mobile rn so it might not show me any errors. Its not working how it intended, when u move the range slider i want my <p> to change. https://code.sololearn.com/W19BX9h6CrMC/?ref=app
6/28/2022 2:36:31 PM
Your Mom9 Answers
New AnswerOn a small (touch) screen it might look like it is not increasing by 1 as the slider width is too small to change it precisely: Increase the slider width and maybe decrease the max value to convince yourself that the step-size works.
function rangeSlider() { document.getElementById("sliderValue").innerHTML = document.getElementById("slider").value; } https://code.sololearn.com/W836dGQaFL4x/?ref=app
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message