Q1
Which of the following property gives access to the JavaScript memory usage data?
A.
performance.memory
AnswerB.
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.