How would you get the current year?
let date = new Date(); let year = date._____;
getYear()
getFullYear()
currentYear()
year()