Vidyalelo
JavaScript · Q1

Invocation And Performance Navigation

Programming · JavaScript · question 1

Q1

Which of the following property gives access to the JavaScript memory usage data?

A.
performance.memory
Answer
B.
memory(performance)
C.
performance(memory)
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The property performance.memory gives access to the JavaScript memory usage data.