diff --git a/README.md b/README.md index a6158c41..cce04248 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ Other Style Guides - [7.11](#7.11) Spacing in a function signature. > Why? Consistency is good, and you shouldn’t have to add or remove a space when adding or removing a name. + ```javascript // bad const f = function(){};