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
Spartan
15 hours agoFirst playthrough of First Berserker Khazan
32 watching -
LIVE
Phyxicx
11 hours agoHappy Halloween! Scary game Visage! - 10/31/2025
302 watching -
49:47
Brad Owen Poker
19 hours agoI Get My First BIIGGG Win! $25,000+ Buy-in! HORSE Championship! Don’t Miss! Poker Vlog Ep 324
1.15K1 -
BBQPenguin_
5 hours agoARC RAIDERS LIVE: High-Stakes Extraction & PvPvE! (First Run)
51 -
9:53
Rethinking the Dollar
19 hours agoWhen Detroit Bleeds, America Suffer! Layoffs Have Begun
1.52K4 -
18:36
Clownfish TV
22 hours agoYouTube Just NERFED YouTube Gaming... | Clownfish TV
2.43K10 -
10:26
Silver Dragons
16 hours agoSilver is TAKING OFF Around the World
2.51K3 -
1:36
From Zero → Viral with AI
1 day agoAI in Content Creation & Discovery – The New Era of Marketing
1.3K -
1:20:10
FreshandFit
11 hours agoMiami Halloween Street Debate
204K100 -
2:06:16
TimcastIRL
14 hours agoTrump Calls For NUCLEAR OPTION, END Filibuster Over Food Stamp Crisis | Timcast IRL
216K169