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
-
LIVE
ttvglamourx
4 hours ago $8.95 earnedSUSSY SUNDAY !DISCORD
270 watching -
1:30:58
Lara Logan
2 days agoENEMY AT THE GATES: Trevor Loudon Unmasks the Sinister Alliance Working to Destroy America | Ep 38
24.2K53 -
TheItalianCEO
4 hours agoBest VIDEO GAMES on a Sunday
18K1 -
17:14
Mrgunsngear
21 hours ago $9.62 earnedDerya DY9 Review - The Best Budget Glock Clone?
30.4K12 -
8:46
It’s the Final Round
1 day ago $1.27 earned💰NFL Week 5 Best Bets🔥Player Prop Picks, Parlays, Predictions FREE Today October 5th
23.6K -
Amish Zaku
4 hours agoMaking Music & Thumbnails Then War Thunder - Hanging out with Chat
17.8K2 -
LIVE
Barneyjack
5 hours agoWarframe LR5/MR35 Gaming, Mayhem & Fashion!! Get in here :) :)
80 watching -
30:00
BEK TV
4 days agoGUT HEALTH AND THE POWER OF KIMCHI WITH KIM BRIGHT ON TRENT ON THE LOOS
86.1K7 -
12:00
Ken LaCorte: Elephants in Rooms
2 days ago $0.86 earnedWhy Don't Asians Commit Crimes?
11.3K16 -
23:19
marcushouse
1 day ago $1.56 earnedStarship Flight 11 Is NOT What We Expected… 🚀
8.61K5