Skip to content

Instantly share code, notes, and snippets.

@gilbertoquinteroA
Created July 23, 2018 21:18
Show Gist options
  • Save gilbertoquinteroA/b906c34e37fe228c25f2d1b209f276a4 to your computer and use it in GitHub Desktop.
Save gilbertoquinteroA/b906c34e37fe228c25f2d1b209f276a4 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