False precedence numbers
According to the MDN precedence-table you've linked some precedence numbers are incorrect. Having a quick look at different language versions (French and Russian) this error may has to be corrected at every version.
This commit is contained in:
parent
425a0af8be
commit
00a1f2c470
1 changed files with 4 additions and 4 deletions
|
@ -138,10 +138,10 @@ Here's an extract from the [precedence table](https://developer.mozilla.org/en/J
|
||||||
| Precedence | Name | Sign |
|
| Precedence | Name | Sign |
|
||||||
|------------|------|------|
|
|------------|------|------|
|
||||||
| ... | ... | ... |
|
| ... | ... | ... |
|
||||||
| 16 | unary plus | `+` |
|
| 17 | unary plus | `+` |
|
||||||
| 16 | unary negation | `-` |
|
| 17 | unary negation | `-` |
|
||||||
| 14 | multiplication | `*` |
|
| 15 | multiplication | `*` |
|
||||||
| 14 | division | `/` |
|
| 15 | division | `/` |
|
||||||
| 13 | addition | `+` |
|
| 13 | addition | `+` |
|
||||||
| 13 | subtraction | `-` |
|
| 13 | subtraction | `-` |
|
||||||
| ... | ... | ... |
|
| ... | ... | ... |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue