Q49
Which of the following is a way to retain an object in memory?
A.
Console Log
AnswerB.
Closures
C.
Destory objects
D.
All of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
One particularly obscure way to retain an object in memory is to log it to the console.