diff --git a/snippet-template.md b/snippet-template.md index f95eabc3d..c21926208 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -7,5 +7,8 @@ Explain briefly how the snippet works. ```js const functionName = arguments => {functionBody} -// functionName(sampleInput) -> sampleOutput +``` + +```js +functionName() ``` \ No newline at end of file