Skip to content

Instantly share code, notes, and snippets.

@enqtran
Created June 6, 2019 15:22
Show Gist options
  • Save enqtran/884326e7a810050ea9bd3b0a125e64b3 to your computer and use it in GitHub Desktop.
Save enqtran/884326e7a810050ea9bd3b0a125e64b3 to your computer and use it in GitHub Desktop.
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