Vidyalelo
JavaScript · Q25

Basic And Variables

Programming · JavaScript · question 25

Q25

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

A.
Primary expression
B.
Functional expression
C.
Invocation expression
Answer
D.
Property Access Expression

Answer: Option C

Solution

Answer: Option C
Solution:
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.