Skip to content

Instantly share code, notes, and snippets.

@brendandawes
Last active March 15, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendandawes/1287141 to your computer and use it in GitHub Desktop.
Save brendandawes/1287141 to your computer and use it in GitHub Desktop.
Learn to code with Kelis' Milkshake Part 2
/*
Learn to code with Kelis' Milkshake
http://en.wikipedia.org/wiki/Milkshake_(song)
Created by Brendan Dawes brendandawes.com
*/
/ "I could teach you, but I'd have to charge"
var teachYou = true;
function charge(){
// charge - k'ching.
}
if (teachYou) {
charge();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment