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

146
Views
getting the highest number from array not working

I am trying to get the higest number from an array by looping over the items but the result im getting back is not correct. I also tried using the math.max function but it didn't work. My code is attached below. Any help is appreciated. Thanks in advance.

const lol = ['2', '2211', '9']

var largest = lol[0];


for (var i = 0; i < lol.length; i++) {
  if (largest < lol[i]) {
    largest = lol[i];
  }
}

console.log(largest); //should have been 2211

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!