Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save haingdc/3d07f557b46082c8c66a3549b4e015c9 to your computer and use it in GitHub Desktop.
A Gentle Introduction to Functional JavaScript: Part 1
var classyMessage = function() {
return "Stay classy San Diego!";
}
log(classyMessage);
// [Function]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment