Created
December 29, 2020 15:16
-
-
Save mbvissers/d942707599552a80eabe6e1922e7e1f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
document.getElementById("myBtn").addEventListener("click", function (){ | |
console.log("clicked") | |
}); | |
</script> | |
<button id="myBtn">My button</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment