Created
March 4, 2017 15:34
-
-
Save egrueter-dev/b2fc58e43b331bc205a63f17940f4e99 to your computer and use it in GitHub Desktop.
function-expressions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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