Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
For our simple game, we’ve defined global variables and functions. However, in most cases you’ll want to limit your definitions to a single function or a block of code. These are called local variables and functions.
To define a local variable, use the command let. A let command has the following structure: