Debugging is an essential skill for a developer. It’s an area where I have room for improvement. So far I’ve gotten by with console.log
statements. But the Chrome Developer Tools can be helpful for a JavaScript programmer and more informative than simple logging.
Here are some resources I can recommend: