Skip to content

Instantly share code, notes, and snippets.

@tored
Forked from Ludaa/gist:be9c24e5c2b0b0b2ec6c
Last active August 29, 2015 14:08
Show Gist options
  • Save tored/84ce32886fca5ea0db14 to your computer and use it in GitHub Desktop.
Save tored/84ce32886fca5ea0db14 to your computer and use it in GitHub Desktop.
extension
function extension(filename) {
return filename.split(".").slice(1).pop() || "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment