Update snippet-template.md

This commit is contained in:
Angelos Chalaris
2017-12-12 17:51:37 +02:00
committed by GitHub
parent 43f8529cb9
commit 4594d060ed

View File

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