242 B
242 B
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.