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