2 lines
220 B
Plaintext
2 lines
220 B
Plaintext
In JavaScript, the semicolon (``++;++``) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
|