1.

What is the function of the memory object?(a) Gets unused memory details(b) Shows optimization(c) Gets memory usage(d) Memory optimizationThis question was addressed to me during an internship interview.This intriguing question comes from Performance Navigation and Memory in division Invocation and Performance Navigation of JavaScript

Answer»

The correct option is (c) Gets MEMORY USAGE

To elaborate: The JavaScript Memory column represents the JS heap. This column contains two values. The value you’re interested in is the LIVE number (the number in parentheses). The memory object is a FEATURE of Chrome that allows US to see the memory usage that Chrome is taking up while running our page.



Discussion

No Comment Found

Related InterviewSolutions