πŸ“Š JavaScript
Q. Which of the following is a correct way to declare an arrow function?
  • (A) function => {}
  • (B) () -> {}
  • (C) () => {}
  • (D) => {}
πŸ’¬ Discuss
βœ… Correct Answer: (C) () => {}

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
90%
Success Rate