deno.com
method Console.clear
#Console.clear(): void

Clears the console if the environment allows it

Examples #

#

Example 1

console.clear();

Return Type #

void