5 lines
242 B
Markdown
5 lines
242 B
Markdown
### Automatic semicolon insertion
|
|
|
|
Automatic semicolon insertion (ASI) is a JavaScript feature that allows developers to omit semicolons in their code.
|
|
The JavaScript compiler automatically inserts semicolons at the end of each line of code.
|