deno.com

method Console.log

#Console.log(...data: any[]): void

Outputs a message to the console

Examples #

#
console.log('Hello', 'World', 123);

Parameters #

#<span>...data</span>: any[]

Return Type #

void