Created
June 17, 2018 07:53
-
-
Save sadick254/53112448f10e05cd546859f6de120fb6 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
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