0 votes
in JavaScript by
The "function" and " var" are known as:

a) Keywords

b) Data types

c) Declaration statements

d) Prototypes

1 Answer

0 votes
by

Answer: C

Reason: The "function" and "var" both are the Declaration statements. These both are used for defining, and declaring variable, function in anywhere in the program.

Related questions

0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
...