Unraveling console.log
Using console.log() is a very basic way to diagnose and troubleshoot minor issues in your code. But did you know that there's more to the console than just a log? In this post, I bring you two additional functionalities to print to the console in JS....
Jul 7, 20234 min read12
