Premium Only Content
`_.get` function on object using JavaScript Library underscore.js ( #shorts )
Hi Friends,
`_.get` function on object using JavaScript Library underscore.js
`_.get` is a utility function in Underscore.js library is commonly used to retrieve the value of a nested property within an object, even if some intermediate properties do not exist without facing errors due to missing or undefined intermediate properties.
In below example, we have an object person with nested properties representing a person's details. We use _.get to retrieve the value of the city property within the address object. The result is "New York".
Note: _.get helps you handle situations where intermediate properties may be missing or undefined, preventing errors and allowing you to provide fallback values if needed.
// syntax
_.get(object, path, [defaultValue])
// example
var person = { name: "Annie", address: {
city: "New York",
street: { number: 123, name: "Main Street" }
}
};
var cityName = _.get(person, "address.city");
console.log(cityName);
// "New York"
#javascript #under #score #underscore #underscorejs #get #underscoreget #getfunction #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
-
49:47
Brad Owen Poker
19 hours agoI Get My First BIIGGG Win! $25,000+ Buy-in! HORSE Championship! Don’t Miss! Poker Vlog Ep 324
1.15K1 -
BBQPenguin_
5 hours agoARC RAIDERS LIVE: High-Stakes Extraction & PvPvE! (First Run)
51 -
9:53
Rethinking the Dollar
19 hours agoWhen Detroit Bleeds, America Suffer! Layoffs Have Begun
1.52K3 -
18:36
Clownfish TV
22 hours agoYouTube Just NERFED YouTube Gaming... | Clownfish TV
2.43K10 -
10:26
Silver Dragons
16 hours agoSilver is TAKING OFF Around the World
2.51K3 -
1:36
From Zero → Viral with AI
1 day agoAI in Content Creation & Discovery – The New Era of Marketing
1.3K -
1:20:10
FreshandFit
11 hours agoMiami Halloween Street Debate
204K100 -
2:06:16
TimcastIRL
14 hours agoTrump Calls For NUCLEAR OPTION, END Filibuster Over Food Stamp Crisis | Timcast IRL
216K169 -
3:58:54
SavageJayGatsby
12 hours ago🎃 Friend Friday – Halloween Edition! 👻🕷️
52.1K4 -
16:16
Robbi On The Record
12 days ago $22.02 earnedThe Dark History of Halloween | What You Should Know
69.4K68