Some console command you might not know
When it comes to debugging code, there are many options, but I find myself relying on console.logs quite often. It's a quick and complete way to log a data set at a certain point or see where the code returns. By all means, it may not be the best way...



