Skip to content

Instantly share code, notes, and snippets.

@jamesdeluk
Created May 18, 2023 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesdeluk/8cef208f0d49d96e4f2b41f239b2f06d to your computer and use it in GitHub Desktop.
Save jamesdeluk/8cef208f0d49d96e4f2b41f239b2f06d to your computer and use it in GitHub Desktop.
var title=prompt("Title: ");
document.title=title;
// javascript:(function()%7Bvar title%3Dprompt("Title%3A ")%3B%0Adocument.title%3Dtitle%3B%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment