Progress Monitor for IdealProgrammer.com

Take Swift, Intelligent, Massive, Planned, Loving, Effective (S.I.M.P.L.E.) Action to Transform Self into Ideal




Please login

 

Writeln Example JavaScript (JS)

Description: Illustrates the JavaScript syntax for the Writeln Method .

Syntax: document.writeln(arg1,arg2,arg3) – Multiple arguments can be specified and they will be written to the document in the order in which they occur. writeln is similar to write, except new line character is added to the end of each argument

 

Writeln Example JavaScript (JS) Code: