How can i return full name by concatenating first name and last name.
denniscm opened this issue · 0 comments
denniscm commented
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!