Skip to content

Do Semicolons Matter in JavaScript?

Do semicolons matter in JavaScript? That’s a hot topic on par with “spaces vs. tabs”. I think they do, and my reasoning is simple:

  • Does JavaScript include ASI (Automatic Semicolon Insertion)?

    Always Use Semicolons