Skip to content

Instantly share code, notes, and snippets.

@sadick254
Created June 17, 2018 07:53
Show Gist options
  • Save sadick254/53112448f10e05cd546859f6de120fb6 to your computer and use it in GitHub Desktop.
Save sadick254/53112448f10e05cd546859f6de120fb6 to your computer and use it in GitHub Desktop.
if (expresion) {
return true;
} else {
return false;
}
// which can be refactored to
return expresion;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment