Posts by Arthur Mendes • 1 point
1 post
-
-3
votes2
answers11673
viewsA: Remove a property from an object contained in an array
There is currently a better way to do this! // Para arrays usa palavra no plural! const bolas = []; bolas[0] = { peso:0.5, cor:"branca", marca:"nike", nota:8 }; bolas[1] = { peso:0.7, cor:"verde",…
javascriptanswered Arthur Mendes 1