Update snippet-template.md

This commit is contained in:
Angelos Chalaris
2017-12-12 17:51:37 +02:00
committed by GitHub
parent 2e9315b0ec
commit 08a5aff10e

View File

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