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

173
Views
How to check if a value is not a number in javascript?

I am trying to validate user input to see if they enter a number and show an error if they enter anything that's not a number.

here is the html element

<input type="text" id="user_input">

here is my javascript

let user_input = Number(document.querySelector("#user_input").value);

if (user_input == NaN) {
    console.log("its not a number");
} else {
    console.log("its a number");
}

Here, when I enter a string, it still says "its a number" on the console. Why is this happening?

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!