Question: Give the code below, what does the second argument that is sent to the render function describe?

  1. where the React element should be added to the DOM
  2. where to call the function
  3. where the root component is
  4. 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