Skip to content

Instantly share code, notes, and snippets.

View thevetdoctor's full-sized avatar
💭
...lifelong learner, #EPIC values!

Obafemi thevetdoctor

💭
...lifelong learner, #EPIC values!
View GitHub Profile
@thevetdoctor
thevetdoctor / iceCreamQuiz.js
Created December 23, 2017 17:44
iceCreamQuiz_udacity_alc
/*
* Programming Quiz: Ice Cream (3-6)
* @animalworldng_alc_web_beginners_team_79
* Write a single if statement that logs out the message:
*
* "I'd like two scoops of __________ ice cream in a __________ with __________."
*
* ...only if:
* - flavor is "vanilla" or "chocolate"
* - vessel is "cone" or "bowl"