Q. Which method is used to return multiple elements without a parent node?
β
Correct Answer: (A)
Return an array
Explanation: React can return multiple elements using an array or React.Fragment.