5.3.2 Variables
Variables is a location in the computer’s memory where a value can be stored for use by a program. All variables have a name, type and value, and should be declared with a var statement before they are used in a program, although using var to declare variable is no required. The action reserves the
more..