Dump Your JavaScript!
No, I’m not saying you should get rid of your JavaScript. Just dump it. ![]()
Of course, I’m referring to dumping elements to the screen to help you debug and inspect data while developing an application. Have you ever wondered what precisely is going on inside that JavaScript array or struct, since you’re not getting the output you expect? In the ColdFusion world, cfdump is invaluable for this kind of thing.
Well, the Net Grow folks have developed an awesome JavaScript Dump method that behaves very similar to ColdFusion’s dump functionality. Awesome! This is definitely a must-have.
