Premium Only Content
`_.where` function on array using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.where` function on array using JavaScript Library underscore.js
`_.where` is a utility function in Underscore.js library that allows you to filter a collection based on multiple key-value pairs. It returns an array of all objects from the collection that match the specified properties.
In below example, we have an array of user objects users. We use _.where to filter the collection and retrieve all objects that have the property city set to "London". The result, filteredUsers, is an array containing the user objects that match the specified key-value pair.
Note: _.where returns an array containing all objects from the collection that match the specified key-value pairs.
// syntax
_.where(list, properties)
// example
var users = [
{ name: "Alice", age: 25, city: "New York" },
{ name: "Bob", age: 30, city: "London" },
{ name: "Charlie", age: 20, city: "Paris" },
{ name: "David", age: 35, city: "London" }
];
var filteredUsers = _.where(users, { city: "London" });
console.log(filteredUsers);
// [{ name: "Bob", age: 30, city: "London" },
// { name: "David", age: 35, city: "London" }]
#javascript #under #score #underscore #underscorejs #findWhere #findwhere #find #where #underscorefindwhere #findwherefunction #unique #object #array #string #nodejs #javascriptinterview #method #js #jquery #function #shorts #viral #popular #latest #new #coders #development #code #dev #interview #php #trend #trending #answer #laravel #youtube #instagram #socialmedia #education #edit #how #india #knowledge #quiz #reels #short #subscribe #share #update #video #web #webdeveloper #website #webdesign #ytshorts #youtuber #princecheema_official @princecheema_official
-
15:22
Russell Brand
1 day agoSO IT BEGINS.....
204K344 -
5:41
Chef Donny
2 days agoPan Frying Dumplings With Thanksgiving Leftovers | Tasty Tailgating Ep. 12
6.54K1 -
LIVE
Scottish Viking Gaming
3 hours ago🔴LIVE | STALKER 2 | Sunday Funday | The Zone makes my Brain Fuzzy
350 watching -
DVR
LumpyPotatoX2
4 hours agoNew Fortnite Season - #RumbleGaming
3.19K -
15:06
Forrest Galante
19 hours agoShooting Invasive Flying Carp with a Bow
116K48 -
6:39:16
Akademiks
22 hours agoThis is How Drake Comes Back!! Kendrick First Week Sales in. Diddy, Durk, YSL Update.
294K46 -
10:29
TimcastIRL
1 day agoJoe Rogan SLAMS Joe Biden For ESCALATING The War In Ukraine
151K183 -
14:21
Scammer Payback
25 days agoHacked Scammer Laptop to find their location
77.8K61 -
1:07:55
Bright Insight
21 hours agoThis Happened on the JRE Podcast...
238K134 -
34:52
MYLUNCHBREAK CHANNEL PAGE
1 day agoThe Lost City
239K111