Skip to content

Commit b7aabb9

Browse files
committed
Add semicolon to named function expression variable declaration
1 parent 2df021e commit b7aabb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ Other Style Guides
16711671

16721672
var named = function named() {
16731673
console.log('named');
1674-
}
1674+
};
16751675
}
16761676
```
16771677

0 commit comments

Comments
 (0)