Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The JavaScript’s syntax calling ( or executing ) a function or method is called

  2. A.

     Primary expression

    B.

     Functional expression

    C.

     Invocation expression

    D.

     Property Access Expression

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    An invocation expression is JavaScript’s syntax for calling (or executing) a function or method) It starts with a function expression that identifies the function to be called.


Be The First To Comment