Monday, July 16, 2012

JavaScript Console Object

JavaScript has come a long way from its early days when the only way to debug JavaScript code was to use alert pop ups.  Most modern browsers now make available a console JavaScript object to help logging debug and warn messages and even print the exception stack trace.

No comments:

Post a Comment