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.

...