Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The maximum number of global symbols a module can define is

  2. A.

     2

    B.

     3

    C.

     1

    D.

     4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Generally, the various modules are allowed to run in the pristine (or near pristine) environment that it expects. The modules should minimize the number of global symbols they define – ideally, no module should define more than one.


Be The First To Comment