Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How many properties does a prototype object have?

  2. A.

     6

    B.

     7

    C.

     8

    D.

     9

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    There are a total of 7 properties in the prototype object namely :
    1. perceivedTime
    2. redirectTime
    3. cacheTime
    4. dnsLookupTime
    5. tcpConnectionTime
    6. roundTripTime
    7. pageRenderTime


Be The First To Comment