Skip to content

Instantly share code, notes, and snippets.

@armiiller
Created February 20, 2018 16:58
Show Gist options
  • Save armiiller/8419c4d0fc95b9a7c463019f69bdabe9 to your computer and use it in GitHub Desktop.
Save armiiller/8419c4d0fc95b9a7c463019f69bdabe9 to your computer and use it in GitHub Desktop.
Lodash Each Object Key
_.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