Forked from brendandawes/Milkshake brings the boys to the yard
Created
October 14, 2011 14:01
-
-
Save samuelcotterall/1287193 to your computer and use it in GitHub Desktop.
Learn to code with Kelis' Milkshake Part 1
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
/* | |
Learn to code with Kelis' Milkshake | |
http://en.wikipedia.org/wiki/Milkshake_(song) | |
Created by Brendan Dawes brendandawes.com | |
Modified by Samuel Cotterall samuelcotterall.com | |
*/ | |
// "my milkshake brings all the boys to the yard" | |
var milkShake, | |
boysToTheYard = 0; | |
if (milkShake) { | |
boysToTheYard += 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment