Easy Tutorial
❮ Prop Body Bgcolor Jsref String Includes ❯

HTML DOM console.clear() Method

Console Object

Example

Clear all messages in the console:


Definition and Usage

The console.clear() method is used to clear all messages in the console.

After successfully executing the console.clear() method, the console will output: "Console was cleared".


Syntax

console.clear()

Browser Support

The numbers in the table indicate the first browser version that fully supports the method.

Method
console.clear() Yes Yes 48 Yes Yes

Console Object

❮ Prop Body Bgcolor Jsref String Includes ❯