December 23rd 2011 As it turns out, there are tons of different ways to debug javascript. Considering, I thought it might be useful if I shared all the tools/techniques I regularly use to do just that. If you think of any additional techniques or would like more clarification, please let me know! alerts Every engineer who has written javascript for browsers has probably used an alert to debug. Whe