Created
January 23, 2021 15:02
-
-
Save rebelchris/425a9c7f997ecb574c46f47f09a5bdd0 to your computer and use it in GitHub Desktop.
Button stop
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
| btnStop.addEventListener("click", () => { | |
| leave(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment