Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does the usedJsHeapSize property indicate?

  2. A.

     Amount of memory used

    B.

     Amount of memory unused

    C.

     Amount of memory used & unused

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The usedJsHeapSize property is the amount of memory that all of the current objects in the heap are using.


Be The First To Comment