Semicolons in JavaScript? And why? Just personal preference? #100DaysOfCode #CodeNewbie
2
3
3
0
0
@CodeForSnacks Yeah always been preference for me. I sometimes use C# as well and got into programming because of C++ so it’s just habit and norm at this point. Plus I feel like it leaves less margin for error
@CodeForSnacks @Taieb_Bot As I am c# developer as well, I always use semicolons in js . So that I won't miss it when I switch between the languages..