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

134
Views
Adding String Inside an Array Of Array Without Duplication

iam trying trying to insert a string with key inside an array of multiple objects.and i need to push or add the string inside an array present in the object.So the main objective is to 1) add a string into a array which is present in the object and the object is present in a array 2)No duplication should take place when adding it too.

down below is my initial data

status:'good'
array:[{
name:Jason
type:student
attributes:[active:'yes']
      },
{
name:Markie
type:student
attributes:[active:'yes']
      }] 

and this is what iam trying to achieve

status:'good'
array:[{
name:Jason
type:student
attributes:[status:'good',active:'yes'
      },
name:Markie
type:student
attributes:[active:'yes']
      }] ```
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!