Hacker News new | ask | show | jobs
by woah 4037 days ago
Do semicolons make the code run faster? What is the advantage exactly? There is no downside to leaving them out.
1 comments

AFAIK the only "benefit" to semicolons is that you can put multiple statements on the same line.