Posts by Marcelo The Mage Coder • 146 points
1 post
-
3
votes1
answer51
viewsA: Failed to remove array element
You can use the array.filter() to bring only the suggestions with meu_voto === 'S': this.meusVotos = this.sugestoesGeral.filter(sugestao => sugestao.meu_voto === 'S') Documentation of the.filter…