I want to clear the console, using console.clear()
, but I don't want the line, Console was cleared
, to printed out after the console was cleared. I didn't know how to go about doing this, and I found nothing on Google. Is there a way to do this?
Asked
Active
Viewed 41 times
0

YeetYeet
- 90
- 1
- 8
-
1Probably not. Why do you want that line to not be displayed? – Felix Kling Nov 05 '20 at 21:19
-
It's not possible, you could print a bunch of `\n\n` or use CTRL+L (Chrome - Windows) – Philippe Nov 05 '20 at 21:29