English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

HTML DOM console.clear() Method

 JavaScript Console Object

console.clear()Method to clear the console.

The console.clear() method will also write informational messages to the console: "Console cleared".

Syntax:

console.clear()
console.clear();
Test and See‹/›

Browser Compatibility

All browsers fully support the console.clear() method:

Method
console.clear()YesYesYesYesYes

 JavaScript Console Object