Question: Give the code below, what does the second argument that is sent to the render function describe?
- where the React element should be added to the DOM
- where to call the function
- where the root component is
- where to create a new JavaScript file
Answer: The correct answer of the above question is Option A:where the React element should be added to the DOM