Files
30-seconds-of-code/snippet-template.md
2017-12-11 18:10:50 +02:00

9 lines
118 B
Markdown

### Snippet title
Explain briefly how the snippet works
```js
var functionName = arguments =>
{functionBody}
```