Which of the following property gives access to the JavaScript memory usage data?
A
performance.memory
B
memory(performance)
C
performance(memory)
D
performance()
Correct Answer: performance.memory
The property performance.memory gives access to the JavaScript memory usage data. It returns an object of type ObjectObject.