DEV Community

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

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Personally, I write all of my code with semicolons. and also "", so that I can use IIFE, especially async IIFE.

Double quotes, so that I don't forget when I program in other programming languages.

Also, double space, rather than Tab.

Never have been in a corporate env where everything is forced, though.