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
-
46:10
X22 Report
2 hours agoMr & Mrs X - ICE Is A Threat To The [DS] Agenda, The ICE Insurgency Will Fail - EP 12
58.2K19 -
LIVE
Shield_PR_Gaming
2 hours ago10/18/25 | WARNING!!! 18+ Battlefield 6 Dev Dogtags?
29 watching -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
115 watching -
LIVE
SilverFox
14 hours ago🔴LIVE - ARC RAIDERS SERVER SLAM TEST! DAY 2!
33 watching -
2:03:11
LFA TV
16 hours agoTHE RUMBLE RUNDOWN LIVE @9AM EST
103K13 -
LIVE
MrR4ger
2 hours agoWERE NOT GAY, WE JUST PLAY ARC RAIDERS W/ TONYGAMING AND AKAGUMO
31 watching -
LIVE
Retro Rewind Pod
12 hours ago📺🌄 SATURCADE ADVENTURES is back! Saturday Morning Cartoon Feels and Gaming Fun
9 watching -
43:57
Daniel Davis Deep Dive
3 hours agoDeep Dive Intel Briefing /Lt Col Daniel Davis
3.83K3 -
LIVE
blackfox87
4 hours ago🟢 SUBATHON DAY 16 | Premium Creator | #DisabledVeteran
124 watching -
1:10:13
Wendy Bell Radio
7 hours agoPet Talk With The Pet Doc
13.4K16