[express]
$ express
do '# npm install -g express' beforehand, express command
generates nice template dir structure to get started
[code analysis]
# npm install -g jslint
$ jslint --sloppy --white <file.js>
[make a copy of an array]
var foo = [1, 2, 3];
var bar = foo.slice(0);