10 lines
163 B
Markdown
10 lines
163 B
Markdown
### Snippet title
|
|
|
|
Explain briefly how the snippet works
|
|
|
|
```js
|
|
var functionName = arguments =>
|
|
{functionBody}
|
|
// functionName(sampleInput) -> sampleOutput
|
|
```
|