Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit dd1c074

Browse files
authored
Update code-style-exceptions.md
1 parent 0cc5b4d commit dd1c074

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/code-style-exceptions.md

-8
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ const demo = (myObject) => {
5454
}
5555
```
5656

57-
If you get this warning, it's ok:
58-
59-
> Assignment to **property of** function parameter 'parameter-name'
60-
61-
But this is not:
62-
63-
> Assignment to function parameter 'parameter-name'
64-
6557
## Wrapping an IIFE
6658

6759
The invocation should be *outside* the parentheses, not inside.

0 commit comments

Comments
 (0)