Created
February 20, 2018 16:58
-
-
Save armiiller/8419c4d0fc95b9a7c463019f69bdabe9 to your computer and use it in GitHub Desktop.
Lodash Each Object Key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_.forOwn({"foo": "bar"}, function(value, key) { | |
console.log(key); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment