Q. What is React's virtual DOM?
β
Correct Answer: (A)
A copy of the real DOM that updates instantly
Explanation: Virtual DOM is an in-memory representation of the real DOM used for efficient diffing.