Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

607
Views
Clear browser console including 'Console was cleared' statement - JavaScript

I would like the console to be completly cleared whenever I call the console.clear() function

However, is there any way to remove the 'Console was cleared' text once that function has been run? I don't mind it normally, but in this case it would be very helpful if there was a solution.

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can always print loads of lines to hide any messages in the console that were there before hand.

console.log("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");

Or the short version which is

console.log('\n'.repeat('25'));

It is not the best solution but it does work in your case if you don't want the message to say that the console has been cleared

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!