Skip to content

Instantly share code, notes, and snippets.

@chonz0
Last active November 12, 2019 16:02
Show Gist options
  • Save chonz0/fbd902a5e3309bebec16f00767d738be to your computer and use it in GitHub Desktop.
Save chonz0/fbd902a5e3309bebec16f00767d738be to your computer and use it in GitHub Desktop.
const Foo = () => {
  if (foobar) {
-   return true;
+   return foobar;
  } else {
    return false;
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment