Created
June 6, 2019 15:22
-
-
Save enqtran/884326e7a810050ea9bd3b0a125e64b3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
1. Strong type checks | |
Use === instead of == | |
2. Variables | |
3. Functions | |
4. Conditionals | |
Avoid negative conditionals. | |
5. ES Classes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment