javascript ajouter à undefined

test = undefined;
test = (+test || 0) + 1;
DevinRC