Skip to content

Instantly share code, notes, and snippets.

@choallin
Created October 8, 2019 20:27
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 choallin/49ea0554346b8f501cd36f162b70a15f to your computer and use it in GitHub Desktop.
Save choallin/49ea0554346b8f501cd36f162b70a15f to your computer and use it in GitHub Desktop.
funny_function
function x() {
  alert(x);
  var x = "Interesting…"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment