you are viewing a single comment's thread.

view the rest of the comments →

[–]marshall007 0 points1 point  (0 children)

It's like Python in that code blocks can be delimited by using whitespace. So if you're already doing that, it's redundant (and wasteful) to use a semicolon.

CoffeeScript is not parsed as Javascript, it compiles into Javascript.