DEV Community

Discussion on: Should you use semicolons in JavaScript?

Collapse
 
seancassiere profile image
Sean Cassiere

I don't add semicolons while programming, rather I wait till I'm done, hit save and let Prettier add them in for me.
I mostly keep the semicolons in the saved files, since I don't want the built code to have any issues with immediately invoked functions in Javascript.