Last active
August 29, 2015 14:12
-
-
Save cyberglot/5b2ce307b9f23aac06aa to your computer and use it in GitHub Desktop.
FP in JavaScript - High Order Functions
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
document.querySelector('#button') | |
.addEventListener('click', function(){ | |
alert('yay, i got clicked') | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment