Know your console
The console object provides access to the browser's debugging console. The specifics of how it works varies from browser to browser, but there is a de facto set of features that are typically provided.
LOG
console.log("Hello World!");
// Hello World!...
dyrits.hashnode.dev2 min read