Posts by Sr.Sette • 3 points
1 post
-
0
votes2
answers429
viewsQ: How to filter object
I simply want to filter students with grades above or equal to 7 and show on console.log const pessoa = (nome, idade, nota) =>{ return { nome, idade, nota, } } const listalunos = [ {aluno1:…
javascriptasked Sr.Sette 3