Vidyalelo
JavaScript · Q34

Invocation And Performance Navigation

Programming · JavaScript · question 34

Q34

What is the command to access the Heap size limit?

A.
performance.memory. SizeLimit
B.
performance.memory. jsHeapSizeLimit
Answer
C.
jsHeapSizeLimit
D.
performance.jsHeapSizeLimit

Answer: Option B

Solution

Answer: Option B
Solution:
The command performance.memory. jsHeapSizeLimit is used to access the Heap size limit.