A

Admin • 802.91K Points
Coach

Q. Which of the following is a correct way to declare an arrow function?

  • (A) function => {}
  • (B) () -> {}
  • (C) () => {}
  • (D) => {}
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
The arrow function syntax is () => {}.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.