JavaScript Console
The console is an object which provides access to the browser debugging console. We can open a console in web browser by using: Ctrl + Shift + I in windows .
The console object provides us with several different methods, like :
log()
error()
warn()...
frontendblogs.hashnode.dev1 min read