DEV Community

Discussion on: How to safely access deeply nested object in Javascript

Collapse
 
sebbdk profile image
Sebastian Vargr • Edited

Just make sure to use the import like in the above. :)

I've unfortunately seen waaay to many projects include the entire lodash library for just one or two functions...

Or even worse for already poly-filled array methods.. :D