0 / 60 seg.

How would you add 5 days to an existing date?

let date = new Date();
date._____ = date.getDate() + 5;