Skip to content

Commit a3031c4

Browse files
authored
See also
1 parent f024fd7 commit a3031c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/shared/md/2010-02-16-automagic-semicolons.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ I’m certain that this will end all debate about where curly braces belong… r
1010
}
1111
laugh();
1212
// returns undefined
13-
```
13+
```
14+
15+
See also: [Automatic semicolon insertion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Automatic_semicolon_insertion)

0 commit comments

Comments
 (0)