console.clear()
The console.clear()
method clears the console if the environment allows it.
Syntax
console.clear();
Specifications
Specification |
---|
Console Standard (Console) # clear |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
clear |
25 |
12 |
39 |
8 |
12 |
7 |
≤37 |
25 |
39 |
12 |
7 |
1.5 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/console/clear