Well done!
You have completed Review JavaScript Arrow Functions!
Quiz Question 1 of 5
Which of the following code examples is functionally equivalent to this function declaration:
const getYear = function() {
return new Date().getFullYear();
};
Choose the correct answer below: