Files
30-seconds-of-code/snippet-template.md
Angelos Chalaris 50ea77d075 Styleguide
2017-12-14 01:17:10 +02:00

10 lines
165 B
Markdown

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