*=== @channel Resources on Chrome/VSCode JavaScript Debugging: ============*
_(note: life and debugging are MUCH better once you get comfortable with breakpoints, watching, etc)_
*Get Started with Debugging JavaScript in Chrome DevTools:* https://developers.google.com/web/tools/chrome-devtools/javascript/
*How To Pause Your Code With Breakpoints In Chrome DevTools:* https://developers.google.com/web/tools/chrome-devtools/javascript/breakpoints
*Stepping Through JavaScript Code in Chrome DevTools:* https://developers.google.com/web/tools/chrome-devtools/javascript/reference#stepping
*Node.js debugging in VS Code:* https://code.visualstudio.com/docs/nodejs/nodejs-debugging