Created
September 9, 2020 04:01
-
-
Save night-fury-rider/886c08f51f40475a6b0c83fb86ba3ba8 to your computer and use it in GitHub Desktop.
Without Short hand condition
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
if(isVisible) { | |
console.log('We should use the braces even if there is only one statement in block'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment