This repo will show you how to debug a JS project in VSCode.
Often times developers will use console.log in an attempt to debug issues in their program. This can work, but often using an interactive debugging environment makes it easier to find certain bugs.
Check out the readme in the js-project directory. If you like or prefer content in video format, you can watch this video for a quick walk through: https://youtu.be/4UGyzRo8Dsk
Future
Future