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
-
2:31:01
The Connect: With Johnny Mitchell
1 day ago $34.65 earned"It's About To Get Worse"- CIA Agent Andrew Bustamante Explains Why It's Time To Leave America
37.7K71 -
16:21
The Pascal Show
1 day ago $1.20 earned'THE FEDS MADE THIS UP!' Candace Owens Drops BOMBSHELL Pushing Back On Details In Charlie Kirk Case
3.53K5 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
259 watching -
25:39
DeVory Darkins
12 hours ago $20.02 earnedMass shooting erupts in Michigan as bombshell study shows left wing political violence skyrocketed
34.7K107 -
5:55:33
MattMorseTV
10 hours ago $123.95 earned🔴Portland ANTIFA vs. ICE.🔴
161K323 -
3:13:00
Badlands Media
1 day agoThe Narrative Ep. 40: Acceleratia.
70.9K26 -
6:57:01
SpartakusLIVE
9 hours ago#1 Solo Spartan Sunday || TOXIC Comms, TACTICAL Wins, ENDLESS Content
61K5 -
49:45
Sarah Westall
9 hours agoComedians take Center Stage as World goes Nuts w/ Jimmy Dore
43.6K20 -
3:26:14
IsaiahLCarter
16 hours ago $11.68 earnedAntifa Gets WRECKED. || APOSTATE RADIO 030 (Guests: Joel W. Berry, Josie the Redheaded Libertarian)
52.2K1 -
4:44:18
CassaiyanGaming
7 hours agoArena Breakout: Infinite Dawg
32.4K2