15 lines
216 B
Markdown
15 lines
216 B
Markdown
### functionName
|
|
|
|
Explain briefly what the snippet does.
|
|
|
|
Explain briefly how the snippet works.
|
|
|
|
```js
|
|
const functionName = arguments =>
|
|
{functionBody}
|
|
```
|
|
|
|
```js
|
|
functionName('sampleInput') // 'sampleOutput'
|
|
```
|