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
Drew Hernandez
1 day agoTRUMP DOES DAMAGE CONTROL AFTER MTG FALLOUT & DEFENDS TUCKER CARLSON!
980 watching -
27:05
Robbi On The Record
8 days ago $16.34 earnedThe Secret to Aging Strong: What Your Body’s Been Trying to Tell You
55.5K4 -
1:53:43
Badlands Media
11 hours agoBaseless Conspiracies Ep. 159: Hunting Season for the Elite
74.4K20 -
2:05:40
Inverted World Live
7 hours agoThe Technocratic Web of Control w/ 7SEES | Ep. 142
61.4K13 -
2:43:56
TimcastIRL
6 hours agoDemocrats COLLUDED With Epstein To HURT Trump, Emails BACKFIRE
228K76 -
11:32:19
Dr Disrespect
15 hours ago🔴LIVE - DR DISRESPECT - ARC RAIDERS - STELLA MONTIS QUESTS
242K18 -
5:20:41
SpartakusLIVE
9 hours agoSolos on WZ to Start then ARC?! || Friends: UNBANNED
44.2K1 -
12:58
Cash Jordan
9 hours agoMexican MOB OVERTHROWS Capital... as "Socialist President" FLOODS AMERICA with CARTELS
32.7K14 -
23:13
Jasmin Laine
10 hours agoPBO Breaks His Silence—“This Is Soviet Stuff”… and the Panel EXPLODES
25.5K21 -
1:17:26
Jamie Kennedy
23 hours agoCatching Up With Deep Roy: JKX Stories, Star Wars Secrets, and Total Chaos | Ep 231 HTBITY
19.3K3