Last active
July 26, 2016 04:09
-
-
Save codemilli/320f3e2a6c89c6b14c189de30e154d1c to your computer and use it in GitHub Desktop.
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
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