-
Shortcut
-
f
-
Description
-
Define an anonymous function without parameter
-
Language
-
javascript
-
Types
-
Expansion
-
Author
-
Jeremie Corpinot
-
Upload on
-
29-10-2015 23:36:08
-
Downloads
-
1949
ID
|
ToolTip
|
Default
|
params
|
Set the parameters values
|
params
|
body
|
Write the function's body
|
// body
|
function ($params$) {
$body$
}$end$