doThingOne(function() { doThingTwo(function() { doThingThree(function() { doThingFour(function() { // Oh no }); }); }); });