Polished up template

This commit is contained in:
Angelos Chalaris
2017-12-27 17:06:13 +02:00
parent ea043445d0
commit e3d1a2f126

View File

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