Posts by Vitorslopes • 23 points
2 posts
-
0
votes2
answers320
viewsA: Creating new array with specific objects from another array - Javascript
Thank you so much for your help. I was able to unlock it here. I used something similar to Ewerton Belo propos: novoArray = Array.from(cartasUsuario, ({ texto }) => texto); already solved my…
-
1
votes2
answers320
viewsQ: Creating new array with specific objects from another array - Javascript
In javascript I have an array "cardsUsuario" and I need to create a newArray only with the values of . text that will enter in the cardUsuario. At some point I need to give a . push and it will be…