Skip to content

Instantly share code, notes, and snippets.

@katepapineni
Created July 26, 2020 16:47
Show Gist options
  • Save katepapineni/d147d2de8b1264dbe309cba76554b670 to your computer and use it in GitHub Desktop.
Save katepapineni/d147d2de8b1264dbe309cba76554b670 to your computer and use it in GitHub Desktop.
const url = 'https://www.myportfolio.com/experience/resume.pdf';
const result = (function(url) {
return url.split('/').pop();
}(url));
// What's the output?
console.log(result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment