Q. Which of the following is a correct way to declare an arrow function?
β
Correct Answer: (C)
() => {}
Explanation: The arrow function syntax is () => {}.