develop wherever and whenever you want...
Docs > Console Class Reference

Console Class Reference

Summary 
Used for logging information to the console.

void log(text[,text,…])

Example 
console.log("Hello");


log 
Write output text to the console followed by a new line

void log(text[,text,…])

Parameters 
text - string text to write to the console

Return Value 
none

Notes 
Identical to document.writeln()