Home » JavaScript » JavaScript Operators » Question
  1. The expression of calling ( or executing ) a function or method in JavaScript is called ________
    1. Property Access Expression
    2. Functional expression
    3. Primary expression
    4. Invocation expression
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.