Answer:
A Variable name identifies a variable in the program code.
Explanation:
Variables are the terms used for storing names, numbers, lists or other kind of data in programming languages. They can be initiated by the assignment operators according to the syntax of the language being used.
For example:
In Java script, variables are initiated by using keyword var or let before the variable name and the value is assigned by using assignment operator and value.
However there are some rules for assigning a name to a variable. They include: