Premium Only Content

`_.unzip` function on array using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.unzip` function on array using JavaScript Library underscore.js
`_.unzip` is a utility function in Underscore.js library that allows you to convert an array of tuples into multiple arrays, each containing elements from a single position in the list.
In below example, we start with an array of lists people that we created using `_.zip`. We use `_.unzip` to reverse the operation and convert the lists back into separate arrays. The resulting `unzipped` array contains three arrays, one for each original input array.
// syntax
_.unzip(array)
// example
var people = [
["Angel", 30, 68],
["Bob", 25, 72],
["Cherry", 35, 70]
];
var unzipped = _.unzip(people);
console.log(unzipped);
// [
// ["Angel", "Bob", "Cherry"],
// [30, 25, 35],
// [68, 72, 70]
// ]
#javascript #under #score #underscore #underscorejs #unzip #underscoreunzip #unzipfunction #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
-
12:37
itsSeanDaniel
1 day agoFake Republican REFUSES to Stand Up for Charlie Kirk
4184 -
1:01:55
MTNTOUGH Podcast w/ Dustin Diefenderfer
19 hours agoJason Khalipa: American Men: Get Off the Couch and Rise Up Now | MTNPOD #133
902 -
5:17
Blackstone Griddles
11 hours agoEasy Weeknight Meals: Creamy Parmesan Beef Pasta
374 -
7:08
Rena Malik, M.D.
21 hours ago $0.04 earnedFour totally surprising causes of Back Pain
1371 -
6:27
DropItLikeItsScott
13 hours agoIs This the Coolest Gun Accessory Ever? The Gun Guardian
36 -
19:05
Michael Feyrer Jr
21 hours agoCan you even fit this much FAIL in one video? $10K Challenge Week 1
8 -
19:53
Professor Nez
15 hours agoYou WON’T BELIEVE What I Found on Charlie Kirk’s Shooter!
89112 -
1:35:53
The China Show
16 hours agoBrutal Mayhem in China as Dark Coverups are Exposed - #280
75 -
12:30:34
Times Now World
22 hours agoLIVE | Russia-Belarus Zapad-2025 LIVE | Missiles Target NATO in Arctic & Baltic
3.55K1 -
32:14
daniellesmithab
17 hours agoNew Feature for Driver’s Licence and ID Cards
22.6K5