update snippet-template.md

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

View File

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