Skip to content

Instantly share code, notes, and snippets.

@privatenumber
Last active June 8, 2020 02:46
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 privatenumber/3cc0c29dd064c488f3e4be466647749c to your computer and use it in GitHub Desktop.
Save privatenumber/3cc0c29dd064c488f3e4be466647749c to your computer and use it in GitHub Desktop.
test
console.log(window.helloworld);
window.helloworld = (window.helloworld || 0) + 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment