SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the _filter method of lodash:
return _filter((item) => item.name.includes("fo"),tempObjectHolder);