Posts by Hugo Moraes Bonatto • 1 point
1 post
-
0
votes1
answer37
viewsA: beginner who does not know how to request/BEGGINER TRYING TO REQUEST
Have you tried using the find() method? He will return you the first element he finds that meets your request const found = database.users.find( user => user.id === id ); If the found variable…