Logo

Programming-Idioms

History of Idiom 1 > diff from v31 to v32

Edit summary for version 32 by :
[JS] Added explanation

Version 31

2016-02-16, 15:24:03

Version 32

2016-02-16, 15:25:04

Idiom #1 Print Hello World

Print a litteral string on standard output

Idiom #1 Print Hello World

Print a litteral string on standard output

Code
document.write("Hello World!");
Code
document.write("Hello World!");
Comments bubble
This will print the output to the rendered browser document