Skip to content

Instantly share code, notes, and snippets.

@radarseven
Created August 17, 2015 19:22
Show Gist options
  • Save radarseven/688293d528df660e120e to your computer and use it in GitHub Desktop.
Save radarseven/688293d528df660e120e to your computer and use it in GitHub Desktop.
How To Get Ahead in Business
var businessingBiz = (function () {
var layerMeIn = function () {
var theSignOfTheBeast = 666;
var theShrugPerson = '\u00AF'+'\\_('+'\u30C4'+')_/'+'\u00AF';
for (var i = 0; i <= theSignOfTheBeast; i++) {
alert(theShrugPerson);
}
};
return {
layerMeIn: layerMeIn
};
})();
businessingBiz.layerMeIn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment