JavaScript for Maniacs: Debugging JavaScript
While developing and executing your JavaScript code, you’ll frequently need to examine the state of JavaScript variables and web page elements in order to ensure proper functionality. There are several ways to get your JavaScript code to communicate with you. This lesson covers the most convenient and effective options available to developers.