Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created March 13, 2018 04:54
Show Gist options
  • Select an option

  • Save haingdc/1e40d54dfd44a61a1efcdd6d8ae3c15b to your computer and use it in GitHub Desktop.

Select an option

Save haingdc/1e40d54dfd44a61a1efcdd6d8ae3c15b to your computer and use it in GitHub Desktop.
A Gentle Introduction to Functional JavaScript: Part 3
var addTweedleClass = function(el) {
return addClass('tweedle', el);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment