Skip to content

Instantly share code, notes, and snippets.

@night-fury-rider
Created September 9, 2020 04:01
Show Gist options
  • Save night-fury-rider/886c08f51f40475a6b0c83fb86ba3ba8 to your computer and use it in GitHub Desktop.
Save night-fury-rider/886c08f51f40475a6b0c83fb86ba3ba8 to your computer and use it in GitHub Desktop.
Without Short hand condition
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