How would you change the month of an existing date?
let date = new Date(); date._____ = 11;
month()
setMonth()
changeMonth()
updateMonth()