Premium Only Content
`_.reject` function on array using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.reject` function on array using JavaScript Library underscore.js
`_.reject` is also utility function provided by the Underscore.js library that is used to filter an array based on a predicate function and returns all elements that do not satisfy the predicate.
Here, `list` is the array to be filtered, `predicate` is the function used to test each element, and `context` is an optional parameter that sets the context of `predicate`. The `predicate` function is called once for each element in the `list`, and should return `true` or `false` to indicate whether the element should be included or excluded from the result.
// syntax
_.reject(list, predicate, [context])
// example
var numbers = [1, 2, 3, 4, 5];
var evens = _.reject(numbers, function(num) {
return num % 2 !== 0;
});
console.log(evens); // [2, 4]
#javascript #under #score #underscore #underscorejs #reject #underscorereject #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
-
5:35
SLS - Street League Skateboarding
4 days agoChris Joslin 3rd Place SLS Sydney 2024 | Best Tricks
23.2K2 -
29:15
Breaking Points
7 hours agoTrump Taps FOX HOST For SecDef, Huckabee For Israel Amb
12.7K8 -
13:53
DeVory Darkins
18 hours ago $7.76 earnedMSNBC and CNN EXPLODE as Elon & Vivek Prepare to DISMANTLE the GOV
26.7K49 -
1:43:33
Darkhorse Podcast
4 hours agoIt Takes a Potemkin Village: The 251st Evolutionary Lens with Bret Weinstein and Heather Heying
32.1K45 -
1:31:54
The Quartering
5 hours agoTrump Wages WAR On Deep State, Twitch Is Collapsing, New Diddy Tapes, CIA LEAKS & More
94.9K41 -
16:12
Mike Tyson
20 hours ago $4.65 earnedDavid Blaine, Al Pacino, Mike Tyson & VEGAS | BEHIND THE MIKE #003
35.3K5 -
1:08:52
Russell Brand
5 hours agoTrump Appoints Elon & Vivek To DOGE As Elites LOSE THEIR MINDS + CNN & MSNBC In FIRE SALE! - SF492
164K285 -
1:35:23
Mally_Mouse
5 hours agoLet's Yap About It - LIVE!
14.8K1 -
48:08
PMG
1 day ago $1.42 earnedWho Will become GOP Senate Majority Leader?
19.1K -
3:32:08
Nerdrotic
8 hours ago $17.16 earnedUS Congress UFO Hearing LIVE REACTION with Chris Gore | Forbidden Frontier #081
79K22