Archive for September, 2004

Real programming with JavaScript - I/O - Some input and output options

Wednesday, September 1st, 2004

We can’t go on like this. Using prompt() and alert() for all input and output (as we did in the previous articles is unwieldy and just plain dumb when there are many ways of skinning this particular cat. So this month we’ll make a diversion into some I/O options that are available to JavaScript. (more…)