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

156
Views
How to filter a large object from an array of values

I cannot seem to grasp how to use an array of values to filter an object. I am unfamiliar with terms/syntax to get this working. I thought I would need .filter => function but no success. Hopefully the following dummy code can allow someone to see what I am trying to do - thanks

// Javascript array object
var str = "Organization A,Organization B,Organization X,Organization R,Organization P"
var arr = new Array(); 
arr = str.split(","); 

// object     
json=[
{"organization":"Organization A","host":"Computer 001"},
{"organization":"Organization B","host":"Computer 002"},
{"organization":"Organization C","host":"Computer 003"},
{"organization":"Organization A","host":"Computer 004"},
{"organization":"Organization D","host":"Computer 005"}
]

// result needed is to return the structure above that has organization(s) in arr 
// below is simple example for 1 successful test but need to get filter all in arr
// .map? .find? 
res = json.filter(f => f.organization==="Organization A") 
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!