Merge pull request #607 from JonAbrams/patch-1

Fix example for section 7.11
This commit is contained in:
Josh Perez
2015-12-03 14:41:41 -08:00

View File

@@ -601,6 +601,7 @@ Other Style Guides
- [7.11](#7.11) <a name="7.11"></a> Spacing in a function signature.
> Why? Consistency is good, and you shouldnt have to add or remove a space when adding or removing a name.
```javascript
// bad
const f = function(){};