Document JavaScript Tutorial

Syntax

document.writeln(value,....)
The writeln() method appends the comma-separated argument(s) (value) to the document as a string.
The writeln() method appends a newline character to the document.
If any of the arguments are not strings, they are converted to strings before being appended to the document.


    Movies