Skip to content

Commit e1f0515

Browse files
committed
Merge pull request #51 from oslek/catch
variable declaration to newline
2 parents ce104ea + cea75d1 commit e1f0515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@
371371
var items = getItems(),
372372
goSportsTeam = true,
373373
dragonball,
374-
i, length;
374+
i,
375+
length;
375376
```
376377
377378
- Assign variables at the top of their scope. This helps avoid issues with variable declaration and assignment hoisting related issues.

0 commit comments

Comments
 (0)