Q. Which statement about props is correct?

  • (A) Props are mutable
  • (B) Props can only be passed to class components
  • (C) Props help pass data to components
  • (D) Props are used to store state
πŸ’¬ Discuss
βœ… Correct Answer: (C) Props help pass data to components
Explanation: Props are used to pass data and event handlers to child components.
Explanation by: Mr. Dubey
Props are used to pass data and event handlers to child components.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate