Skip to content

Instantly share code, notes, and snippets.

@periakteon
Created March 13, 2023 12:06
Show Gist options
  • Save periakteon/45020dc292d8057f5bef62d8448b3973 to your computer and use it in GitHub Desktop.
Save periakteon/45020dc292d8057f5bef62d8448b3973 to your computer and use it in GitHub Desktop.
FCC: Understanding Boolean Values
function welcomeToBooleans() {
// Only change code below this line
return false; // Change this line
// Only change code above this line
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment