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
-
1:05:28
Man in America
16 hours agoLIVE: Digital ID & the DEATH of Freedom—An URGENT Warning
88.4K124 -
1:45:37
Badlands Media
1 day agoDevolution Power Hour Ep. 395: Controlled Opposition, Government Shutdowns, and Trump’s Wartime Shift
283K96 -
8:06:32
Phyxicx
16 hours agoStar Wars: Movie Battles II Community Event hosted by ReaperAF95 - 10/4/2025
35.1K -
LIVE
ABNERDAGREAT
4 hours ago🔴ZELDA MARATHON LETS FINISH THE FIGHT LOFI COPYRIGHT FREE MUSIC🔴
30 watching -
1:43:56
Tundra Tactical
13 hours ago $42.91 earned🛑LIVE NOW!! FBI Gets Caught LYING About Good Guys With Guns For 10 YEARS!!!!
70.3K11 -
LIVE
LethalPnda
1 hour agoK-Pop Demon Hunters x Fortnite | Use code LETHALPNDA in the Item Shop!
33 watching -
2:12:01
BlackDiamondGunsandGear
2 days agoAFTER HOURS ARMORY / Antifa / Lies/ Prison time
38.3K2 -
2:12:00
DLDAfterDark
12 hours ago $17.56 earnedThe After Hours Armory! Tonight is The Chat's Chat! God, Guns, and Gear!
57.1K6 -
3:32:18
Mally_Mouse
15 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Phasmophobia
61.4K5 -
1:13:19
iCkEdMeL
11 hours ago $27.87 earnedChaos Explodes in Chicago & Portland | Feds Clash with Protesters!
60.7K36