update snippet-template.md
This commit is contained in:
committed by
Agamemnon Zorbas
parent
e4c46436e2
commit
9b8c9f4bcf
@ -7,5 +7,8 @@ Explain briefly how the snippet works.
|
||||
```js
|
||||
const functionName = arguments =>
|
||||
{functionBody}
|
||||
// functionName(sampleInput) -> sampleOutput
|
||||
```
|
||||
|
||||
```js
|
||||
functionName()
|
||||
```
|
||||
Reference in New Issue
Block a user