© 2023 Hashnode
#debug-node
If you are one of those who think this is how pros debug Node.js code- console.log(‘—’). Uhhh!!! That’s not it. To thoroughly debug Node.js code, you’ll need more than just the console.log() function.…