From 9b8c9f4bcf238b8a593a4c1bddbc23093793537f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Mon, 25 Dec 2017 13:26:14 +0100 Subject: [PATCH] update snippet-template.md --- snippet-template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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