Last active
March 31, 2022 11:44
-
-
Save levynir/d284bc84a085460a4f0195aa88f8ede7 to your computer and use it in GitHub Desktop.
temp file
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
const calculator = () => { | |
document.getElementById('calculate_button').onClick = () => { | |
alert('1'); | |
} | |
}; | |
calculator(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment