You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm trying to implement this function but i'm not understanding very well how should i do it.
I have a list of Objects like this: [ {name: 'John', lastName: 'Gomez'}, {name: 'Julia', lastName: 'Pierre'} ];
All l want is to search for the person Name and Last Name and get the result of it.
Can u help me?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to implement this function but i'm not understanding very well how should i do it.
I have a list of Objects like this: [ {name: 'John', lastName: 'Gomez'}, {name: 'Julia', lastName: 'Pierre'} ];
All l want is to search for the person Name and Last Name and get the result of it.
Can u help me?
Thanks!
The text was updated successfully, but these errors were encountered: