BrilliantBloopers presents: Techniques for the Utterly Inept
// The code that makes it all possible
function doTheThing() {
doNothing();
}
function doNothing() {
doNothingAgain();
}
function doNothingAgain() {
doNothingOnceMore();
}