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

...