use const in snippet template
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
Explain briefly how the snippet works
|
Explain briefly how the snippet works
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var functionName = arguments =>
|
const functionName = arguments =>
|
||||||
{functionBody}
|
{functionBody}
|
||||||
// functionName(sampleInput) -> sampleOutput
|
// functionName(sampleInput) -> sampleOutput
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user