Created
June 13, 2018 18:36
-
-
Save hansfpc/4948b38e814b45022f62beb96ff4dfe8 to your computer and use it in GitHub Desktop.
What you need to keep not using semicolons in JS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are three simple (and similar) rules to remember: | |
* Don't start a new line with parentheses, | |
* don't start a new line with a bracket, | |
* don't start a new line with a backtick. | |
And that's it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment