Skip to content

Instantly share code, notes, and snippets.

@gilbertoquinteroA
Created July 23, 2018 21:18
Show Gist options
  • Save gilbertoquinteroA/8796279915eabad200202b6d345d309d to your computer and use it in GitHub Desktop.
Save gilbertoquinteroA/8796279915eabad200202b6d345d309d to your computer and use it in GitHub Desktop.
<p>Click this document to activate the handler.</p>
<script>
 window.addEventListener("click", () => {
 console.log("You knocked?");
 });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment