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