I am not quite sure what this statement intends to do:
function create (possibilities) {
var move = Q.defer(),
app = express(),
fake = possibilities.fake || {},
Confused with function parameter used with variable declaration.
Links to the reference documents explaining this would help. Thanks!