Callback spaghetti? (cont'd) Problems: Have to change function prototype Chaining callbacks gets ugly (have to pass the first callback the callback it needs to pass to the second callback) No error handling -- need to complicate callback, or a second callback (an "errback")