Skip to content

Instantly share code, notes, and snippets.

@cedeber
Created April 3, 2018 13:20
Show Gist options
  • Save cedeber/6a2dbfbeccea723b993c12108d7deb01 to your computer and use it in GitHub Desktop.
Save cedeber/6a2dbfbeccea723b993c12108d7deb01 to your computer and use it in GitHub Desktop.
URL extension
const ext = url.slice(((url.lastIndexOf(".") - 1) >>> 0) + 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment