Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
randylahey
on March 1, 2011
|
parent
|
context
|
favorite
| on:
The Node Ahead: JavaScript leaps from browser into...
I would hardly call window.prompt and document.write i/o since they never hit disk or network (to over-simplify). They're more like manipulating an object in memory.
For real i/o in JavaScript, look at AJAX: Callback based.
Ramone
on March 2, 2011
[–]
Conversely, some might say that input from the user and output to the user are really the only important i/o.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For real i/o in JavaScript, look at AJAX: Callback based.