Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created February 24, 2018 14:17
Show Gist options
  • Select an option

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

Select an option

Save haingdc/efc100a1eb6e82ce4707d4d460c65579 to your computer and use it in GitHub Desktop.
A Gentle Introduction to Functional JavaScript: Part 1
var log = function(someVariable) {
console.log(someVariable);
return someVariable;
}
log(myContainer);
// Hey everybody! Come see how good I look!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment