Files
30-seconds-of-code/snippet-template.md
2017-12-13 10:37:33 +01:00

10 lines
165 B
Markdown

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