Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created February 24, 2018 14:15
Show Gist options
  • Save haingdc/9781f9c48e3939414c947a3f43c96085 to your computer and use it in GitHub Desktop.
Save haingdc/9781f9c48e3939414c947a3f43c96085 to your computer and use it in GitHub Desktop.
A Gentle Introduction to Functional JavaScript: Part 1
function log(someVariable) {
console.log(someVariable);
return someVariable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment