0 votes
in JavaScript by
Which one of the following is used for the calling a function or a method in the JavaScript:

a) Property Access Expression

b) Functional expression

c) Invocation expression

d) Primary expression

1 Answer

0 votes
by

Answer: C

Reason: The invocation expression is one of the JavaScript's syntax which is used for making a function call or calling a method. It always starts with the function expression which identifies the certain function to be called or executed.

Related questions

0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
...