Introduction

A browser’s debugging console or web console is generally used by developers to identify errors, understand flow of execution, log data and for many other purpose at runtime. This information is accessed through the [console](<https://developer.mozilla.org/en-US/docs/Web/API/Console>) object.

Syntax

Parameters

Untitled Database

Remarks

The information displayed by a debugging/web console is made available through the multiple methods of the console Javascript object that can be consulted through console.dir(console). Besides the console.memory property, the methods displayed are generally the following (taken from Chromium’s output):