Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

298
Views
Input range variable is not defined & can't be collected

I have this form:

        <form name="myLoginForm" method="post">
            <div class="container">
                <label for="uname"><strong>Username</strong></label>
                <input id="uname" type="text" placeholder="Enter Username" name="uname" required>

                <label for="difficulty"><strong>Difficulty:</strong><br></label>
                <input type="range" id="difficulty" name="difficulty" min="0" max="10">

                <button id="startGame" type="button">Start Game</button>
            </div>
        </form>

I can't grab the input value of my input range. This is what I'm trying right now:

            var selectedDifficulty = document.getElementById("difficulty").value
            var sd = parseInt(selectedDifficulty);

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!