-
The expression of calling ( or executing ) a function or method in JavaScript is called ________
-
- Property Access Expression
- Functional expression
- Primary expression
- Invocation expression
- 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.