Make use of the console.log() Like a Pro
The console object offers access to the browser's debugging console, which is the most frequent usage among developers. How it works differs from one browser to the next, but there is a standard set of functions that most browsers support. console.log and other consoles are the most prevalent.