Computer Science, asked by mathslordvictor4755, 1 year ago

What are the rules for JavaScript's automatic semicolon insertion (ASI)?

Answers

Answered by anubha9157
0

Answer:

When your JavaScript is parsed, there is a mechanism called Automatic Semicolon Insertion (ASI) that conceptually inserts missing semicolons into your code based on certain rules. ASI doesn't actually insert semicolons into the source code, it's a set of rules that govern where you can omit semicolons.

Explanation:

Answered by ajay8949
0

this is your answer at above

Attachments:
Similar questions