Skip to content

Instantly share code, notes, and snippets.

@Ludaa
Forked from tored/gist:ce5690e19f82aaa4371d
Last active August 29, 2015 14:03
Show Gist options
  • Save Ludaa/be9c24e5c2b0b0b2ec6c to your computer and use it in GitHub Desktop.
Save Ludaa/be9c24e5c2b0b0b2ec6c to your computer and use it in GitHub Desktop.
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