Posts by andrebonfim • 33 points
1 post
-
2
votes4
answers326
viewsQ: How to change the value of an object array?
I need to multiply each user’s age by 2 and change it in each object. How do I change the value? const usuarios = [ { nome: 'Diego', idade: 23, empresa: 'Rocketseat' }, { nome: 'Gabriel', idade: 15,…
javascriptasked andrebonfim 33