Last active
September 12, 2022 08:06
-
-
Save SkepticMystic/706db36216cb0e7811d15fbea5b372ec to your computer and use it in GitHub Desktop.
Test Gist
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
console.log('inserted') | |
document.querySelector('img').addEventListener('click', () => console.log('clicked')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment