Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

JavaScript : Error Handling and Debugging

Share this post!
 Vote this!

In this lesson of the JavaScript tutorial, you will learn...
  1. That errors can be trapped and dealt with
  2. To use Firebug to trace and resolve errors
No matter how careful you are, it always seems that errors find their way into your code. Sometimes they are runtime errors caused by unpredicted scenarios. Sometimes the errors are just incorrect behavior of your code, popularly known as bugs.
Fortunately, we have tools to deal with either type of problem. In this lesson we will talk about detecting and handling errors and also about tracing down bugs and take them out of our applications.  more...

0 comments:

Post a Comment