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
SpartakusLIVE
2 hours agoBattlefield 6 - REDSEC || ARC Raiders Later? || Anybody Want Warzone???
60 watching -
1:00:02
BonginoReport
2 hours agoBlue Wave Crashes Over The Nation On Election Night - Nightly Scroll w/ Hayley Caronia (Ep.171)
86.8K41 -
LIVE
The Jimmy Dore Show
1 hour agoMamdani’s BIG WIN for the Powerful! Candace Owens SHOCKER About Kirk Assassination! w/ Russ Dobular
5,817 watching -
5:49
Buddy Brown
6 hours agoTake a Look at the Outdoor MOSQUES in TIMES SQUARE after MAMDANI Win | Buddy Brown
5047 -
18:15
ArynneWexler
3 hours agoThe Fall of New York - How Zohran Mamdani Won | NN8
1531 -
1:30:53
Kim Iversen
3 hours agoAmerica Under INVASION - Sharia Law Wins In New York City?
91.8K193 -
50:45
Redacted News
2 hours agoNick Fuentes & Tucker Carlson DESTROY Ben Shapiro, Cuomo collapses to a socialist | Redacted
44.3K107 -
7:09:41
Dr Disrespect
8 hours ago🔴LIVE - DR DISRESPECT - BATTLEFIELD 6 - REDSEC - 10 WINS CHALLENGE
185K11 -
LIVE
Akademiks
3 hours agoAdin Ross x 6ix9ine x Akademiks stream
600 watching -
LIVE
StoneMountain64
5 hours agoBattlefield REDSEC HARDCORE, Ultra Movement, and CRAZY Portal Games
112 watching