How use console.log like a Pro
The console.log() is one of the most famous javascript methods for every developer, due that help us to do a quick check about problems in our code in some cases.
There are some other different ways to make your debugging process a lot easier with co...
brayanarrieta.hashnode.dev4 min read
Ville Pakarinen
Good article :) I mostly use log and error but i could test debug also.