Premium Only Content
`_.uniq` function on array using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.uniq` function on array using JavaScript Library underscore.js
`_.uniq` is also utility function in Underscore.js library that allows you to create a new array that contains only the unique elements from an existing array.
In below example, we have an array `people` that contains duplicate objects with different ages. We use `_.uniq` with an iteratee function that returns the person's name, to create a new array `uniquePeople` that contains only the unique objects based on their name. The resulting `uniquePeople` array contains the objects for Harry, Peter, and Ronnie but only the first occurrence of Harry is included because the iterate function returns the same value for both Harry objects.
// syntax
_.uniq(array, [isSorted], [iteratee])
//example
var people = [
{ name: "Harry", age: 30 },
{ name: "Peter", age: 25 },
{ name: "Harry", age: 35 },
{ name: "Ronnie", age: 30 },
];
var uniquePeople = _.uniq(people, false, function (person) {
return person.name;
});
console.log(uniquePeople);
// [
// { name: "Harry", age: 30 },
// { name: "Peter", age: 25 },
// { name: "Ronnie", age: 30 }
// ]
#javascript #under #score #underscore #underscorejs #uniq #underscoreuniq #uniqfunction #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
-
27:07
Matt Kim
13 hours agoPeople Got MAD About Our Usury Podcast | Matt Kim #132
35.6K12 -
1:00:32
The Dan Bongino Show
5 hours agoThe Biggest FBI Scandal In History Is Unfolding (Ep. 2395) - 01/07/2025
694K2.2K -
1:02:09
TheAlecLaceShow
4 hours agoGuest: Tim Kennedy | Cybertruck Bomber | Trump Certified | Trudeau Resigns | The Alec Lace Show
17.6K5 -
1:01:01
PMG
4 hours ago $2.12 earned"Gates Wants to Meet With Trump & Are Alternative Treatments Really Covered Up?"
20.6K11 -
2:54:01
The Dana Show with Dana Loesch
3 hours agoMETA'S ZUCKERBERG ENDS FACT-CHECKING PROGRAM | The Dana Show LIVE On Rumble!
26.7K15 -
47:59
The Rubin Report
4 hours agoListen to ‘The View’ Crowd Gasp as Sunny Hostin Accidentally Reveals How Ignorant She Is
92.7K113 -
28:29
Grant Stinchfield
3 hours ago $1.03 earnedMeta Claims to End Censorship... This is More about Protecting Meta Than Speech!
22K7 -
1:08:56
Bare Knuckle Fighting Championship
4 hours agoThe Bare Knuckle Show with Brian Soscia
21K -
1:31:37
The Shannon Joy Show
6 hours ago🔥🔥Debt Bomb Incoming & The Bitcoin Banker Bailout. You'll Own Nothing If The Planners Succeed🔥🔥
29.8K6 -
LIVE
Sgtfinesse
4 hours agoSeason of Conquerors in 2 weeks
141 watching