log
Deduce the log to the specified string
Syntax
log = function(aMessage);
Parameters
- aMessage
- functions: string to deduce into the log
Examples
log('Hello, world!');
en:wascript:ecma:methods:log
Deduce the log to the specified string
log = function(aMessage);
log('Hello, world!');