mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Improve increment
This commit is contained in:
parent
88bfa37234
commit
f38dc8030b
|
|
@ -49,7 +49,7 @@ Never use spaces between variables and atomic operations (e.g. `!`, `++`, `--`)
|
|||
Don't use whitespace inside ANY parentheses (e.g. functions, loops, conditions, catch, closures).
|
||||
|
||||
```js
|
||||
for (let i = 1; i < 100; i++) { ... }
|
||||
for (let i = 1; i < 100; ++i) { ... }
|
||||
```
|
||||
|
||||
```js
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user