React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Children API Quiz
What does Children.forEach do?
Report this question
Runs a function for each child without returning transformed children
Show Explanation
Children.forEach is for running code for each child when you do not need a mapped result.
Creates new JSX for every child
Sorts children alphabetically
Deletes empty children
Next Question (5/20)