Variable

     A variable is a name assigned to a piece of data. It allows you to assign a one-word representation to a full line of code. That is, the variable name represents the output from a JavaScript command. That one-word name can be used later on in the script as a representation of the output from the entire line of code, rather than writing out the entire JavaScript function again.

     Hit BACK to Return