new Date () em JavaScript 3 dias daqui a

var dt = new Date();
dt.setDate(dt.getDate() + 3);
Thoughtful Tuatara