diff --git a/glossary/Automatic-semicolon-insertion.md b/glossary/Automatic-semicolon-insertion.md new file mode 100644 index 000000000..a8a83c0ab --- /dev/null +++ b/glossary/Automatic-semicolon-insertion.md @@ -0,0 +1,4 @@ +### 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.