Discussion Forum : Basic And Variables
Question - The JavaScript’s syntax calling ( or executing ) a function or method is called
Options:
A .  Primary expression
B .  Functional expression
C .  Invocation expression
D .  Property Access Expression
Answer: Option C
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.

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *