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

117
Views
For Loop..not looping throught all localStorage keys

I'm trying to loop throught all my current localStorage items, but I cannot get to make it work properly, always last item is missing, not sure what else it could be.

function sortObject() {

    for(let i = 0; i < localStorage.length; i++) {
        if(localStorage.getItem(i) !== null) {

        let retrieveData = localStorage.getItem(i);
        let retrieveObject = JSON.parse(retrieveData);
        
        console.log(retrieveObject.index);
        }
    } 
}

sadas

Output: 
SortObject()
1
undefined
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!