Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does the method defineSettings() return?

  2. A.

     Array of settings name

    B.

     Array of hash key

    C.

     Array of strings

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The defineSettings() method returns an array whose keys define the setting names, and values define the parameters (the type of value, etc.).


Be The First To Comment