Q. What is a heap in JavaScript?
β
Correct Answer: (B)
Collection of JavaScript objects
Explanation: The heap is the collection of JavaScript objects that the interpreter keeps in resident memory.