Introduction of Console object in Javascript
In Javascript, the console is an object which provides access to the browser debugging console. As web developers, we use console.log to diagnose and troubleshoot issues in our code. In this article, I am planning to give you an introduction to the ...
boyanliu.hashnode.dev2 min read