Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is a way to retain an object in memory?

  2. A.

     Console Log

    B.

     Closures

    C.

     Destory objects

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment