Содержание

log

Deduce the log to the specified string

Syntax

log = function(aMessage);

Parameters

  • aMessage
    • functions: string to deduce into the log

Examples

  1. log('Hello, world!');