Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. Which are usually variables that are used internally in object methods and also are globally visible variables?
  2. A.
    Object properties
    B.
    Variable properties
    C.
    Method properties
    D.
    Internal properties

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The variable properties are usually variables that are used internally in the objects methods, but can also be globally visible variables that are used through the page.


Be The First To Comment