Posts by Thiago Pereira • 1 point
1 post
-
0
votes3
answers50
viewsA: Passing array parameters to array
Friend, I think this way you can recover the user and the movie that belongs to each profile: profiles.forEach(profile => { let usuario = users.find( user => user.id == profile.userID ); let…
javascriptanswered Thiago Pereira 1