How do you get the current year in JavaScript?
Date.getFullYear()
new Date().getFullYear()
Date.getYear()
Date.now().getYear()