Console

Most modern browsers have some variation of the Web Console, which is where we find error messages. However, as we already know, the console can also be used to display our own messages. This is done through the use of the console object.

The console object contains many methods that can be used to interact with the Web Console. These methods include, but not limited to