The “var” and “function” are

The “var” and “function” are Correct Answer Declaration statements

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.

Related Questions

The main difference between the variables declared with var and with let is
Which function among the following lets to register a function to be invoked once?
Which is the function that calls another function after a time interval?