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
-
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.52K3 -
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
216K168 -
3:58:54
SavageJayGatsby
12 hours ago🎃 Friend Friday – Halloween Edition! 👻🕷️
52.1K4 -
16:16
Robbi On The Record
12 days ago $22.02 earnedThe Dark History of Halloween | What You Should Know
69.4K68 -
58:18
Flyover Conservatives
1 day agoThe Truth About Halloween that You DIDN’T Know - Holiday Special - Historian Bill Federer | FOC SPECIAL Show
65.6K10