Lodash: Get an object from array of objects [duplicate]

Lodash: Get an object from array of objects [duplicate]



This question already has an answer here:



I've searched the entire Lodash docs and I'm sure it's somewhere in there, but I can't seem to find the right function.


var greeting = [
_id: 1, text: "bye",
_id: 2, text: "Hello"
]



How do I get


var greeting = [text: "bye",text: "Hello"]



I've tried using _.filter like but it doesn't work


_.filter


_.filter(greeting, function(o)
return o.text;
);



Returns:


[ _id: "1", text: "bye" , _id: "2", text: "Hello" ]



Thanks.



This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




0

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Malaysia to Papua New Guinea by motorcycle?

PHP code is not being executed, instead code shows on the page