1.The console used to interact with the web page, log information, DOM inspection, debugging and analyzing network activity.
- Top right menu (3 dots aligned beneath the x -> More tools -> developer tools ( Or simply F12)-> second tab on the windows that opened up you will find console.
3.The console.log function prints any kind of variables defined in it or just print any message that needs to be displayed to the user.
- You can change the the contents on an HTML page through the console by inserting and applying JavaScript functions.