1.

Which of the following property gives access to the JavaScript memory usage data?(a) performance.memory(b) memory(performance)(c) performance(memory)(d) performance()I have been asked this question in a national level competition.The doubt is from Invocation of the Performance Object in chapter Invocation and Performance Navigation of JavaScript

Answer»

Correct option is (a) performance.MEMORY

To ELABORATE: The property performance.memory gives access to the JavaScript memory USAGE DATA. It returns an object of TYPE ObjectObject.



Discussion

No Comment Found

Related InterviewSolutions