Hacker News new | ask | show | jobs
by joliss 4122 days ago
I use a semicolon-free style (only protecting leading ([+-/) with var declarations like so:

    var foo = 1
    var bar = 2
Is there an issue with semicolon-free var declarations that I should be aware of?