Skip to content

Instantly share code, notes, and snippets.

@periakteon
Created March 13, 2023 12:24
Show Gist options
  • Save periakteon/4455fde2217660a142499f622250dafd to your computer and use it in GitHub Desktop.
Save periakteon/4455fde2217660a142499f622250dafd to your computer and use it in GitHub Desktop.
FCC: Understanding Boolean Values
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