Question: What package contains the render() function that renders a React element tree to the DOM?

  1. `React`
  2. `ReactDOM`
  3. `Render`
  4. `DOM`

Answer: The correct answer of the above question is Option B:`ReactDOM`