React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Children API Quiz
What does Children.toArray return?
Report this question
A flat array of children with keys adjusted for stability
Show Explanation
Children.toArray converts children into an array, which can then be sorted, filtered, or reversed.
The final DOM node list
A string of rendered HTML
A list of component names only
Next Question (7/20)