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

Outputs a message to the console

Examples #

#

Example 1

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

Parameters #

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

Return Type #

void