Posts by Victor Lopes • 21 points
1 post
-
2
votes1
answer61
viewsQ: Change attribute inside an objs array (javascript)
I have the following problem, given the following objs array, I would like to return the same array, but aged *2 const usuarios = [ { nome: "Diego", idade: 23, senha: 123 }, { nome: "Gabriel",…
javascriptasked Victor Lopes 21