diff --git a/snippet-template.md b/snippet-template.md index 02148e458..e258fe079 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -3,7 +3,7 @@ Explain briefly how the snippet works ```js -var functionName = arguments => +const functionName = arguments => {functionBody} // functionName(sampleInput) -> sampleOutput ```