HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

write

Description

The write of Document for JS adds the given string(s) to the Document's input stream.

Syntax

document.write(...text)

Examples

1

2