Last active
March 10, 2018 03:59
-
-
Save abaybektursun/0fe0b74352e63f286691bb18dab43f85 to your computer and use it in GitHub Desktop.
Correction for Caleb
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 (object.edible == true){ | |
dog.eat(object); | |
} | |
else{ | |
dog.tearToShreds(object); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment