Vidyalelo
JavaScript · Q36

Invocation And Performance Navigation

Programming · JavaScript · question 36

Q36

What does the usedJsHeapSize property indicate?

A.
Amount of memory used
Answer
B.
Amount of memory unused
C.
Amount of memory used & unused
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The usedJsHeapSize property is the amount of memory that all of the current objects in the heap are using.