Files
30-seconds-of-code/snippet-template.md
2017-12-17 17:55:51 +02:00

12 lines
204 B
Markdown

### functionName
Explain briefly what the snippet does.
Explain briefly how the snippet works.
```js
const functionName = arguments =>
{functionBody}
// functionName(sampleInput) -> sampleOutput
```