Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created March 4, 2017 15:34
Show Gist options
  • Save egrueter-dev/b2fc58e43b331bc205a63f17940f4e99 to your computer and use it in GitHub Desktop.
Save egrueter-dev/b2fc58e43b331bc205a63f17940f4e99 to your computer and use it in GitHub Desktop.
function-expressions
var myFunction = function [name]([param1[, param2[, ..., paramN]]]) {
statements
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment