Last active
October 16, 2020 11:55
-
-
Save codebubb/febffcad385231f2541a43bb1c36031a to your computer and use it in GitHub Desktop.
ParcelJS App JS
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
| import { btnEvent } from './Button'; | |
| document | |
| .getElementById('btn') | |
| .addEventListener('click', btnEvent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment