Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The scope of a function is also called as

  2. A.

     The function’s scope

    B.

     Module function

    C.

     Modulated function

    D.

     Private function

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The scope of a function can be used as a private namespace for a module. Therefore, the scope of a function is called a module function.


Be The First To Comment