Guest User

Untitled

a guest
Jun 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. if (expresion) {
  2. return true;
  3. } else {
  4. return false;
  5. }
  6. // which can be refactored to
  7. return expresion;
Add Comment
Please, Sign In to add comment