ASI Guide - How to Use Semicolons in JavaScript
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=DiPmHTYWP78
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
Other Videos By Fullstack Academy
Tags:
ASI
Automatic Semicolon Insertion
Semicolons in JavaScript
JavaScript semicolon