update snippet-template.md

This commit is contained in:
Stefan Feješ
2017-12-25 13:26:14 +01:00
committed by Agamemnon Zorbas
parent e4c46436e2
commit 9b8c9f4bcf

View File

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