Premium Only Content

`_.pluck` function on array using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.pluck` function on array using JavaScript Library underscore.js
`_.pluck` is a utility function in Underscore.js library that allows you to extract a specific property value from each object in an array of objects. It simplifies the process of retrieving a particular property from multiple objects.
In below example, we have an array of objects students, where each object represents a student with properties such as name and age. We use _.pluck to extract the name property from each object, and the resulting names array contains the names of the students.
Note: starting from Underscore.js version 1.8.0, the _.pluck function has been deprecated in favor of the _.map function with a property shorthand.
// syntax
_.pluck(list, propertyName)
// example
var students = [
{ name: "Alice", age: 20 },
{ name: "Bobby", age: 22 },
{ name: "Charlie", age: 21 }
];
var names = _.pluck(students, "name");
console.log(names);
// ["Alice", "Bobby", "Charlie"]
#javascript #under #score #underscore #underscorejs #underscorepluck #pluckfunction #pluck #object #array #string #nodejs #javascriptinterview #method #js #jquery #function #shorts #viral #popular #latest #new #coders #development #code #dev #interview #php #trend #trending #answer #best #free #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
Steven Crowder
48 minutes agoSPECIAL: A Behind-the-Scenes Peek at Some of Our Biggest Productions
28,702 watching -
LIVE
The Culture War with Tim Pool
36 minutes agoDemonic Possession, Exorcisms, And The Soul Of America | The Culture War with Tim Pool
6,119 watching -
LIVE
The Rubin Report
41 minutes agoListen to ‘The View’ Crowd Gasp as Whoopi Admits She Agrees w/ Conservatives on This
2,811 watching -
1:00:49
VINCE
2 hours agoTrump Is Finding The Missing Children | Episode 129 - 09/19/25
73.4K50 -
LIVE
LFA TV
12 hours agoBREAKING NEWS ON LFA TV! | FRIDAY 9/19/25
4,258 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
137 watching -
LIVE
The Big Migâ„¢
2 hours agoRet. Col. Doug Macgregor, Battlefield Legend & Author
4,692 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,998 watching