Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The “var” and “function” are

  2. A.

     Keywords

    B.

     Declaration statements

    C.

     Datatypes

    D.

     Prototypes

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    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.


Be The First To Comment