Styleguide

This commit is contained in:
Angelos Chalaris
2017-12-14 01:17:10 +02:00
parent bf855e55e2
commit 50f302a66c
6 changed files with 74 additions and 558 deletions

View File

@ -1,9 +1,9 @@
### Snippet title
Explain briefly how the snippet works
Explain briefly how the snippet works.
```js
const functionName = arguments =>
const functionName = arguments =>
{functionBody}
// functionName(sampleInput) -> sampleOutput
```