The purpose of this chapter is to understand how to declare variables.
First review concepts of variables
In programming, the term variable goes by many names including:
- variable
- var
- placeholder
- parameter
- argument
- instance variable
- function parameter
- method parameter
- slot
- etc.