Created
July 15, 2020 04:01
-
-
Save juliettech13/92a53adf8a05a4901891d207d1b58a39 to your computer and use it in GitHub Desktop.
define the mission
This file contains hidden or 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
const paragraph = document.querySelector('p'); | |
paragraph.addEventListener('click', animation); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment