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
-
5:14:30
SpartakusLIVE
14 hours agoGIGA Spart exudes PEAK MASCULINITY
70.6K3 -
45:41
Stephen Gardner
14 hours ago🔥Elon Musk’s SHOCKING Role in Trump’s Plan to EXPOSE DC Criminals | Errol Musk Speaks Out!
151K199 -
20:10
DeVory Darkins
20 hours ago $32.02 earnedThe View ERUPTS Over Call for Biden to Pardon His Son
110K140 -
5:14:10
GamingChad
16 hours agoMS Flight Simulator 2024 - Lets Make this Turkey Fly -Career mode Pt.2
117K9 -
5:00:01
Pepkilla
17 hours agoHappy Thanksgiving ~ Wumble StwEeeem
75K5 -
7:24:25
Rotella Games
1 day agoThanksgiving Side Missions & Hangout | GTA San Andreas
84.1K7 -
4:07:31
MafiaTwin
16 hours agoFrist Stream On Rumble
61.6K3 -
19:41
Neil McCoy-Ward
20 hours agoFinally! Some Good News Today... (& Happy Thanksgiving!)
49.1K42 -
7:22:11
tacetmort3m
21 hours ago🔴 LIVE - (HAPPY THANKSGIVING!) BACK WITH MORE STALKER ACTION - STALKER 2 - PART 7
35.8K -
58:05
The Tom Renz Show
16 hours agoThanksgiving In America 2024 - With Mark Sherwood
29.7K9