I was investigating how to return the value of a nested property property and there isn't a native way to do it so on this question a user responded with a pretty good implementation.
Then I went on to look up ways of finding all properties with a given value and lastly looking up the value of a property just via the property name even if it's nested
Is there an npm/node.js package which has these kinds of functions built it?
Thanks :)
via lopu
No comments:
Post a Comment