Browsing archives for May 9th, 2007

GoodBye alert()

AJAX,Javascript 9 May 2007 1 Comment

I have been working with Javascript and AJAX quite a bit recently. I always used alert() to debug something. At least to know that the script was able to call the method or something. This is annoying & traditional way. I’m lazy to use Venkman. After doing some Googling about Firebug functionality, I found console.log(). [...]