Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Last active August 29, 2015 14:15
Show Gist options
  • Save ourmaninamsterdam/53e5b87167a411ada149 to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/53e5b87167a411ada149 to your computer and use it in GitHub Desktop.
function getFunctionName (fn) {
return fn.toString().substr(0, fn.toString().indexOf('(')).replace('function ', '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment