Skip to content

Instantly share code, notes, and snippets.

@cyberglot
Last active August 29, 2015 14:12
Show Gist options
  • Save cyberglot/5b2ce307b9f23aac06aa to your computer and use it in GitHub Desktop.
Save cyberglot/5b2ce307b9f23aac06aa to your computer and use it in GitHub Desktop.
FP in JavaScript - High Order Functions
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