Update Automatic-semicolon-insertion.md
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
### 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.
|
||||
|
||||
Reference in New Issue
Block a user