DEV Community

Discussion on: Semicolons in JavaScript: To Use or Not to Use?

Collapse
 
fasani profile image
Michael Fasani

I just wanted to say: google.github.io/styleguide/javasc...

Relying on implicit insertion can cause subtle, hard to debug problems. Don't do it. You're better than that.

Omitting them is simply a bad practice whatever your reasons.