Новая дата () в JavaScript через 3 дня

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