1 - The console allows us to write, manage and monitor java script on demand
2 - To open the console in google chrome we first click 3 vertical dots in the top right of window, Then select more tools, then,select developer tools, on panel click console on top menu if not already highlighted. For windows there is also a keyboard shortcut of ctr + shift + 3
3 - The console .log function performs math function and more complicated math functions it also allows working with variables on multiple lines.
4 - Through the HTML website we can change the contents using javascript.