Variable Definition
Variables can be defined in one statement instead of several.
1
2
3
4
5
6
7
8
9
|
|
In self-executing functions, variable definition can be skipped all together.
1
2
3
|
|