πŸ“Š JavaScript
Q. What is a heap in JavaScript?
  • (A) Collection of Java objects
  • (B) Collection of JavaScript objects
  • (C) Collection of memory usage values
  • (D) Collection of data stored in memory
πŸ’¬ Discuss
βœ… Correct Answer: (B) Collection of JavaScript objects

Explanation: The heap is the collection of JavaScript objects that the interpreter keeps in resident memory.

Explanation by: Mr. Dubey
The heap is the collection of JavaScript objects that the interpreter keeps in resident memory.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
86
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate