

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to Clear the JavaScript Console in Google Chrome
Sometimes you have a lot of commands and logs printed in the browser console and want to clear it. There are multiple ways to do this in chrome.
Use console.clear() method. This method clears the console and displays console was cleared message.
Use the short cut Ctrl + L to clear the console.
Use the clear log button on the top left corner of the chrome dev tools console to clear the console.
On MacOS you can use Command + K button.
- Related Questions & Answers
- How do I print debug messages in the Google Chrome JavaScript Console?
- How to enable JavaScript in Google Chrome?
- How to disable JavaScript in Google Chrome?
- How to clear console in C?
- How to clear console in MongoDB?
- How to call a JavaScript Function from Chrome Console?
- How do you launch the JavaScript debugger in Google Chrome?
- How can we debug JavaScript using Google Chrome?
- How to Install Google Chrome in Ubuntu
- How to set Google Chrome in WebDriver?
- How to use Google Chrome Virus Scanner?
- How can I clear console using C++?
- How to Block Pop-Ups on Google Chrome?
- Ok google a google voice search on chrome beta
- How to Automatically Generate Random Secure Passwords in Google Chrome?
Advertisements