posted 13 years ago
Hey John,
Well, Node.js will require that you do know JS the language well enough. That, and event handling (a Node.js program is basically a big event loop).
Still, my book is browser-oriented, and not targeted at fundamental JS language. That specific need is better addressed by other books, or excellent online resources such as EloquentJavascript.net (which totally rocks and starts from absolute zero JS programming skill). As for Node, when you end up venturing there (it's a fascinating topic, no question about it), you'll find plenty of good resources around stuff like Node Knockout, the Weekly JS and Daily JS newsletters, and more.
'HTH