Skip to content

Instantly share code, notes, and snippets.

@codemilli
Last active July 26, 2016 04:09
Show Gist options
  • Save codemilli/320f3e2a6c89c6b14c189de30e154d1c to your computer and use it in GitHub Desktop.
Save codemilli/320f3e2a6c89c6b14c189de30e154d1c to your computer and use it in GitHub Desktop.
var btn = document.getElementById('button');
btn.addEventListener('click', function () {
console.log('Hello, Universe');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment