This is the solution: ```js const currentDate = new Date(); const year = currentDate.getFullYear(); ```