Q. Which statement is true for arrow functions?

  • (A) They bind their own 'this'
  • (B) They use lexical 'this'
  • (C) They are block-scoped
  • (D) They must use function keyword
πŸ’¬ Discuss
βœ… Correct Answer: (B) They use lexical 'this'
Explanation: Arrow functions do not bind their own this; they inherit from parent.
Explanation by: Chandani
Arrow functions do not bind their own this; they inherit from parent.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
97%
Success Rate