`_.findWhere` function on array using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.findWhere` function on array using JavaScript Library underscore.js
`_.findWhere` is a utility function in Underscore.js library that allows you to find the first object in a collection that matches a set of key-value pairs.
In below example, we have an array of user objects users. We use _.findWhere to search for the first user object that has the property city set to "London". The result, foundUser, is the first user object found that matches the specified key-value pair.
Note: _.findWhere returns the first object in the collection that matches the specified key-value pairs. If no match is found, it returns undefined.
// syntax
_.findWhere(list, properties)
// example
var users = [
{ name: "Alice", age: 25, city: "New York" },
{ name: "Bob", age: 30, city: "London" },
{ name: "Charlie", age: 20, city: "Paris" }
];
var foundUser = _.findWhere(users, { city: "London" });
console.log(foundUser);
// { name: "Bob", age: 30, 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
-
0/2000
-
5:52
MichaelMotamedi
10 hours ago $1.30 earnedEating The Most Elusive Lobster In The World
7.59K12 -
11:03
Melonie Mac
12 hours agoClair Obscure Expedition 33 Has Saved Gaming
16.3K16 -
7:39
The Shannon Joy Show
14 hours ago🇺🇸 America's Breaking Point: Are We Ready to Toss the Board? 🎯
8.52K8 -
10:00
Adam Does Movies
18 hours ago $2.17 earnedCEO Claims Netflix Saved Hollywood. Um, WHAT?!?! - Rant
20K3 -
1:00:43
Trumpet Daily
19 hours ago $4.60 earnedThat Big, Beautiful Wall Around the Vatican - Trumpet Daily | Apr. 28, 2025
10.5K14 -
12:40
Degenerate Jay
11 hours ago $0.42 earnedThe Perfect RoboCop Versus Terminator Game Needs To Be Made!
12.3K2 -
8:17
VSOGunChannel
15 hours ago $0.59 earnedYou Were Put on a Government Watch List || DECLASSIFIED
11.4K3 -
35:14
Steph & Kayls
17 hours ago $0.67 earnedSpicing Things Up: How To Navigate Adding A Third To The Bedroom | Ep. 4
15.3K4 -
28:59
Film Threat
12 hours agoTHUNDERBOLTS* EARLY REACTIONS | Film Threat After Dark
21.5K4 -
8:02:12
Rebel News
4 days ago $213.34 earnedELECTION NIGHT LIVE: Rebel News Canada coverage with Ezra Levant, Sheila Gunn Reid & Special Guests
435K230
0 Comments