Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. When a program contains extensive use of event handlers, which of the following is necessary?

  2. A.

     Modular functions

    B.

     Nested functions

    C.

     Split up programs

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Nested functions are common in client-side JavaScript, because of its extensive use of event handlers.


Be The First To Comment