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