Skip to content

Instantly share code, notes, and snippets.

@levynir
Last active March 31, 2022 11:44
Show Gist options
  • Save levynir/d284bc84a085460a4f0195aa88f8ede7 to your computer and use it in GitHub Desktop.
Save levynir/d284bc84a085460a4f0195aa88f8ede7 to your computer and use it in GitHub Desktop.
temp file
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