Styleguide
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user