Can I DevTools?
All
151
Accessibility
9
Audit
2
CSS
36
Console
14
Elements
27
JavaScript
5
Network
27
Other
18
Performance
1
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
Twitter
Github
Substack
Theme
Console
Edit
Clear console
Can I clear the console?
Last Modified
3 months ago
Authors
@pankajparashar
@kilianvalkhof
Test Live
via
BrowserStack
Newsletter
Related (0)
FIREFOX
Share
Notes
Three ways to clear a console:
Press
Ctrl+L
(on Windows/Linux) or
Cmd+K
(on MacOS) to clear the console.
Click on the "Clear the Web Console output" icon in the toolbar on the top left side.
Use
console.clear()
on the command line.
References (3)
"console.clear()" -
MDN Docs
"console API" -
Can I Use
"Issue #12" -
@jakub-g