writeln

The writeln JS Document adds the given string(s) to the Document's input stream, followed by a newline character.

Syntax

document.writeln(...text)

Examples

1

2

HomeMenu