Posts by Thiago Soares • 1 point
1 post
-
-1
votes6
answers1784
viewsA: Quantifying negative values in an array
for me, it worked like this: var listaDeGanhos = [10, 30, -10, -5, -1, 40] var totalNegatives = 0 for (i = 0; i < list++) { console.log // here I just ran the count without adding to validate the…
javascriptanswered Thiago Soares 1