Posts by Ricardo • 1 point
1 post
-
0
votes1
answer600
viewsQ: Filter Array and return a new array with the objects that have been filtered
Using Javascript, created a function as simple as possible that receives a _Array_ object Pessoa (example: {name: "Alex", age: 24}) that a new one returns _Array_ only with objects Pessoa between…