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