You Can Do a Lot More with the JavaScript Console than console.log()
If you do any sort of web development, you probably use a lot of console.log(x) when debugging your applications. It's a stragghtforward way to figure out what's going on in your code. But the console object has quite a few other methods that can hel...
cometcode.hashnode.dev3 min read