Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following property gives access to the JavaScript memory usage data?

  2. A.

     performance.memory

    B.

     memory(performance)

    C.

     performance(memory)

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The property performance.memory gives access to the JavaScript memory usage data.


Be The First To Comment