Skip to content

Instantly share code, notes, and snippets.

@MikeDigitize
Created April 2, 2017 16:24
Show Gist options
  • Save MikeDigitize/40b30515ed81c98ca24bfaeef97cf8e7 to your computer and use it in GitHub Desktop.
Save MikeDigitize/40b30515ed81c98ca24bfaeef97cf8e7 to your computer and use it in GitHub Desktop.
function prop(obj) {
return function(prop) {
return obj[prop];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment