Effective JavaScript Logging Methods Beyond console.log
We have all been there - something does not work right in our JavaScript / TypeScript code and we resort to our old friend, console.log. While this might work, there are better alternatives out there, especially when it comes to viewing complex objec...