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

10 lines
163 B
Markdown

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