rspec/rules/S1438/description.adoc

2 lines
216 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
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.