Update article.md
"substraction" on line 143 should be changed to "subtraction"
This commit is contained in:
parent
509eaf0f56
commit
71c3edbbce
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ An extract from the [precedence table](https://developer.mozilla.org/en/JavaScri
|
|||
| 14 | multiplication | `*` |
|
||||
| 14 | division | `/` |
|
||||
| 13 | addition (binary) | `+` |
|
||||
| 13 | substraction | `-` |
|
||||
| 13 | subtraction | `-` |
|
||||
| ... | ... | ... |
|
||||
| 3 | assignment | `=` |
|
||||
| ... | ... | ... |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue