Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is a heap in JavaScript?

  2. A.

     Collection of Java objects

    B.

     Collection of JavaScript objects

    C.

     Collection of memory usage values

    D.

     Collection of data stored in memory

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The heap is the collection of JavaScript objects that the interpreter keeps in resident memory.


Be The First To Comment