Polished up template

This commit is contained in:
Angelos Chalaris
2017-12-27 17:06:13 +02:00
parent e08dd40e4e
commit 3b942eca40

View File

@ -10,5 +10,5 @@ const functionName = arguments =>
```
```js
functionName()
```
functionName('sampleInput') // 'sampleOutput'
```