Javascript

From Wikicliki
Revision as of 16:41, 12 June 2008 by WikiSysop (talk | contribs)

Jump to: navigation, search

I am a javascript noob. I have no idea what is going on.

document.write

document.write("Hello") // - prints Hello
var text="Hello"
document.write(''+text+'') // - prints Hello
var text="Hello"
document.write(''+text+'') // - prints Hello

Array

See Also