How to use the console to debug in JavaScript
JavaScript is a great language. It allows you to add all kinds of interactivity into your webpages. However, sooner or later, we will make mistakes in our code. The good thing is Chrome and FireFox both have JavaScript debuggers built into them so finding the …