ASI Guide - How to Use Semicolons in JavaScript

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=DiPmHTYWP78



Category:
Guide
Duration: 11:34
575 views
3


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

In JavaScript, Automatic Semicolon Insertion (ASI) is a mechanism that allows developers to omit a semicolon at the end of a line, based on certain rules. In this ASI Guide, we cover the rules for Automatic Semicolon Insertion in the ECMAScript specification and illustrate how ASI applies in a number of practical and not-so-practical code examples.

Watch this video to learn:

- What is Automatic Semicolon Insertion (ASI)
- How Automatic Semicolon Insertion works
- Why knowledge of ASI can help you write better code







Tags:
ASI
Automatic Semicolon Insertion
Semicolons in JavaScript
JavaScript semicolon