rspec/rules/S1438/description.adoc
2021-01-27 13:42:22 +01:00

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.