This commit is contained in:
Angelos Chalaris
2018-09-01 12:52:35 +03:00
parent 9c441c2f39
commit 2d8992e59d

View File

@ -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.