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
Dear America
1 hour agoTrump Vs Big Pharma!! The Autism Epidemic Must End… + Jimmy Kimmel Is back?!
3,009 watching -
LIVE
Right Side Broadcasting Network
21 hours agoLIVE: President Trump Gives a Major Address to the United Nations General Assembly in NYC - 9/23/25
4,589 watching -
LIVE
Badlands Media
8 hours agoBadlands Daily: September 23, 2025
1,573 watching -
LIVE
MattMorseTV
1 hour ago🔴Trump's United Nations BOMBSHELL.🔴
729 watching -
LIVE
Matt Kohrs
11 hours agoThe Powell Pump (CRWV, NVDA, ORCL, TSLA & More) || Live Trading Futures & Options
674 watching -
LIVE
Wendy Bell Radio
5 hours agoDisney's Delicious Catch 22
7,549 watching -
16:49
Clickbait Wasteland
10 hours agoThe Next Republican Mayor of NYC? An Interview with Curtis Sliwa
601 -
12:15
Mrgunsngear
12 hours ago $2.48 earnedCharlie Kirk Had No Exit Wound From A 30-06 - Is That Possible 🤔
3.39K26 -
LIVE
LFA TV
10 hours agoBREAKING NEWS ALL DAY! | TUESDAY 9/23/25
3,676 watching -
27:39
Tucker Carlson
2 hours agoThe 9/11 Files: The CIA’s Secret Mission Gone Wrong | Ep 1
39.8K44