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:00:08
Trumpet Daily
21 hours ago $3.63 earnedBanning Mystery of the Ages - Trumpet Daily | Jan. 17, 2025
6.76K16 -
15:10
Chris From The 740
1 day ago $0.49 earnedEAA Girsan Disruptor X 500-Round Review: Is It Reliable?
4.09K -
1:00:38
PMG
15 hours ago $1.31 earnedCarnivore & Dr. Shawn Baker - Health Starts With Food
12.7K2 -
1:28:13
Kim Iversen
16 hours agoCancelled Chef Pete Evans Exposes The One Change That Could End Big Food and Pharma
86.2K79 -
4:20:21
Nerdrotic
18 hours ago $80.01 earnedDaradevil Born Again, Comics Industry CRASH, Neu-Hollywood REBUILD | Friday Night Tights #337
242K51 -
1:32:34
Glenn Greenwald
14 hours agoThe Future of Gaza With Abubaker Abed; Journalist Sam Husseini On His Physical Expulsion From Blinken’s Briefing & Biden’s Gaza Legacy | System Update #391
125K98 -
1:34:48
Roseanne Barr
16 hours ago $25.17 earnedWe are so F*cking Punk Rock! with Drea de Matteo | The Roseanne Barr Podcast #83
97.1K81 -
1:08:20
Man in America
17 hours ago🇨🇳 RedNote: A CCP Trojan Horse Deceiving Americans? w/ Levi Browde
51.4K70 -
3:55:11
I_Came_With_Fire_Podcast
20 hours agoTrump SABOTAGE, LA FIRE CHIEF SUED, and BIDEN’S LAST F-U!
34.6K13 -
2:59:47
Joker Effect
12 hours agoUkraine in a video game? Hardest thing I have done. S.T.A.L.K.E.R.2 Heart of Chornobyl,
116K8