* The **`console.clear()`** static method clears the console if possible. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear_static)
()
| 130 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear_static) |
| 131 | */ |
| 132 | clear(): void; |
| 133 | /** |
| 134 | * The **`console.count()`** static method logs the number of times that this particular call to `count()` has been called. |
| 135 | * |
no outgoing calls