How can I do mathematical operations with Date using just vanilla JS ?
something like : today + 2 days
const today = new Date(); const DayToAdd = 2;