Created
January 1, 2018 21:25
-
-
Save ryanckulp/d4d45dc6ae8e0b588b3e284ed8218723 to your computer and use it in GitHub Desktop.
else example in Ruby
This file contains 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
if 2 + 2 == x | |
alert "Correct!" | |
else | |
alert "Incorrect!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment