Simple way to debug in Javascript - console.log
When I'm writing code and haven't quite finished it yet, I like to test out the logic to make sure everything's working as it should. That's where the console.log() method comes in handy.
Here's a simple guide to using the JavaScript console.log() me...
designnerd.hashnode.dev2 min read