update snippet-template.md

This commit is contained in:
Stefan Feješ
2017-12-25 13:26:14 +01:00
parent 0670f1ba8f
commit c9f570e8f9

View File

@ -7,5 +7,8 @@ Explain briefly how the snippet works.
```js
const functionName = arguments =>
{functionBody}
// functionName(sampleInput) -> sampleOutput
```
```js
functionName()
```