|
|
|
|
|
by gavinhoward
1116 days ago
|
|
As another commenter said, types before the variable has problems. I don't like `let` because it's an extra four characters every time. But the [variable name]: [modifiers] [type] = [initial value];
only has one extra character and avoids all of the problems. |
|