Weekend Reading - JavaScript Console

How to get the most out of the JavaScript Console
By Darryl Pargeter

One of the most basic debugging tools in JavaScript is console.log(). The console comes with several other useful methods that can add to a developer’s debugging toolkit.

1 Like