use const in snippet template

This commit is contained in:
Sven Luijten
2017-12-13 10:37:33 +01:00
committed by GitHub
parent c170b49fcb
commit ca95624a1e

View File

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