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
-
LIVE
Matt Kohrs
13 hours agoTrump Pumps Stocks, Pelosi's Trades & Breaking News || The MK Show
1,638 watching -
UPCOMING
2 MIKES LIVE
1 hour agoTHE MIKE SCHWARTZ SHOW with DR. MICHAEL J SCHWARTZ 01-21-2025
451 -
29:44
Neil McCoy-Ward
2 hours ago🔥 Day 2... And Things Are Heating UP!!! 🚨
507 -
27:22
BonginoReport
1 hour agoA Nation Reclaimed (Ep.122) - 01/21/2025
19.7K26 -
1:32:27
Game On!
9 hours ago $1.54 earnedOhio State DOMINATES Notre Dame! Chip Kelly FINALLY wins a National Championship!
13.5K2 -
48:58
World Nomac
18 hours agoWhat happens in the Philippines AFTER DARK 🇵ðŸ‡
47.1K3 -
40:28
Rethinking the Dollar
23 hours agoTrump’s 200 Executive Orders (420+ & Counting): What’s Next for America?
52.5K23 -
1:48:38
The Criminal Connection Podcast
1 day ago $2.29 earnedYUSEF BOUATTOURA Pro PT: Mean Streets of TOTTENHAM, Belmarsh to Bootcamp! (CRAZY Life Story)
31.7K1 -
10:33
Silver Dragons
18 hours agoDealer Reveals 2025 Silver and Gold Prediction, Goals, & MORE!
21.4K7 -
1:08:13
Trumpet Daily
22 hours ago $5.25 earnedThe Return of 45 - Trumpet Daily | Jan. 20, 2025
19.8K7