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
-
1:55:31
Steven Crowder
4 hours agoTucker Carlson & MAGA: Everyone is Missing the Point
235K215 -
1:11:22
The Rubin Report
2 hours agoWatch Joe Rogan’s Face as Elon Musk Exposes How Dems Are Cheating in Plain Sight
23.4K45 -
1:01:07
VINCE
4 hours agoThe Walls Are Closing In On The Deep State | Episode 160 - 11/03/25
183K135 -
LIVE
LFA TV
19 hours agoLIVE & BREAKING NEWS! | MONDAY 11/3/25
2,862 watching -
1:31:18
Graham Allen
5 hours agoErika Fights Back: Vows To EXPOSE TRUTH & DEMANDS Trial Goes Public!! Left Says Her Grief Is FAKE!
130K81 -
2:08:47
Badlands Media
9 hours agoBadlands Daily: November 3, 2025 – Tariff Wars, SNAP Panic & Brennan Gets Confronted
53.9K15 -
2:59:32
Wendy Bell Radio
8 hours agoThings Will Get Worse Before They Get Better
78K106 -
1:18:28
The Big Migâ„¢
5 hours agoICE Will Use Private Bounty Hunters, LFG
20.1K12 -
1:08:17
Chad Prather
11 hours agoHow to Get Along With People You Don’t Even Like (Most of the Time)
113K33 -
1:45:29
MTNTOUGH Podcast w/ Dustin Diefenderfer
11 hours agoTaya + Colton Kyle: Can American Marriages Survive 2025? | MTNPOD #140
26.2K