0 votes
in JavaScript by

In JavaScript, what do we use for calling the expression for function definition?

a. Function literal

b. Function prototype

c. Function declaration

d. Function calling

1 Answer

0 votes
by

a. Function literal

Related questions

0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
0 votes
asked Apr 13, 2023 in JAVA by Robin
...