How many properties are available in a memory object?
A
1
B
2
C
3
D
4
Correct Answer: 3
Advanced JavaScript application features such as caches and undo buffers need to know the memory consumption of objects in order to function effectively. There are a total of 3 memory objects namely: jsHeapSizeLimit totalJsHeapSize usedJsHeapSize.