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