Skip to main content

method Console.log

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

Outputs a message to the console

Examples #

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

Parameters #

#...data: any[]

Return Type #

void