Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

159
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda