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
LFA TV
12 hours agoBREAKING NEWS ON LFA TV! | FRIDAY 9/19/25
4,254 watching -
LIVE
Nikko Ortiz
51 minutes agoBeing Poor Is A Choice?! - Rumble Studio LIVE
267 watching -
LIVE
Caleb Hammer
2 hours ago$60,000+ For New Boobs | Financial Audit
135 watching -
LIVE
The Big Migâ„¢
2 hours agoRet. Col. Doug Macgregor, Battlefield Legend & Author
4,642 watching -
1:45:19
Dear America
2 hours agoErica Kirk Just Announced As Turning Point CEO!! + Senate Dubs Oct 14th Charlie Kirk Day!!
111K26 -
LIVE
Benny Johnson
1 hour agoStephen Colbert DOUBLES DOWN On Jimmy Kimmel's Lies | Inside Decision to RIP Jimmy Kimmel Off Air...
5,978 watching -
LIVE
Badlands Media
7 hours agoBadlands Daily: September 19, 2025
3,891 watching -
35:08
Colion Noir
19 hours agoA Bear, an AR-15, and a Home Invasion
56.8K9 -
LIVE
Wendy Bell Radio
6 hours agoConsequence Culture
6,675 watching -
1:06:11
Crypto Power Hour
2 hours ago $1.90 earnedSelf-Custody vs Centralized Crypto Card
19.5K7