Skip to content

Instantly share code, notes, and snippets.

@bluetidepro
Last active December 31, 2015 15:29
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 bluetidepro/8007262 to your computer and use it in GitHub Desktop.
Save bluetidepro/8007262 to your computer and use it in GitHub Desktop.
HipHopJS - If Hip Hop was a simple function. Twitter: #HipHopJS
// HipHopJS
function MCHammer() {
setTimeout('Hammertime()', 5000); // Stop then Hammertime
return false;
alert('U Can\'t Touch This');
}
function Jay_Z() {
if ($problems.length <= 99 && $problems.bitch != 1){
return 'Hit Me';
}
}
function YoungMC() {
if ($dance.is("differentGroove")) {
var $whatToDo = 'Bust a move';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment