Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The keyword or the property that you use to refer to an object through which they were invoked is

  2. A.

     from

    B.

     to

    C.

     this

    D.

     object

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The ‘this’ keyword is used to refer to the object through which the properties or methods were invoked. This use of ‘this’ is a fundamental characteristic of the methods of any class.


Be The First To Comment