Files
30-seconds-of-code/snippet-template.md
2017-12-27 16:15:19 +02:00

14 lines
184 B
Markdown

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