Created
March 13, 2023 12:06
-
-
Save periakteon/45020dc292d8057f5bef62d8448b3973 to your computer and use it in GitHub Desktop.
FCC: Understanding Boolean Values
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
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