πŸ“Š JavaScript
Q. Which of the following is a way to retain an object in memory?
  • (A) Console Log
  • (B) Closures
  • (C) Destory objects
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Console Log

Explanation: One particularly obscure way to retain an object in memory is to log it to the console.

Explanation by: Mr. Dubey
One particularly obscure way to retain an object in memory is to log it to the console.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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