Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Modules that have more than one item in their API can

  2. A.

     Assign itself to a global variable

    B.

     Invoke another module of the same kind

    C.

     Return a namespace object

    D.

     Invoke another module of the same kind

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Modules that have more than one item in their API can return a namespace object.


Be The First To Comment