Skip to main content
method Console.clear
private
Console.clear(): void
Deprecated

Clears the console if the environment allows it

Examples

Example 1

console.clear();

Return Type

void
Back to top