Examveda
Examveda

The “var” and “function” are

A. Keywords

B. Declaration statements

C. Datatypes

D. Prototypes

Answer: Option B

Solution(By Examveda Team)

The var and function are declaration statements—they declare or define variables and functions. These statements define identifiers (variable and function names) that can be used elsewhere in your program and assign values to those identifiers.

This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables