Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the command to access the Heap size limit?

  2. A.

     performance.memory. SizeLimit

    B.

     performance.memory. jsHeapSizeLimit

    C.

     jsHeapSizeLimit

    D.

     performance.jsHeapSizeLimit

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The command performance.memory. jsHeapSizeLimit is used to access the Heap size limit.


Be The First To Comment