Created
March 13, 2023 12:24
-
-
Save periakteon/4455fde2217660a142499f622250dafd 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() { | |
return true; // Döndürülen değeri "true" olarak değiştirdik. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment