Merge pull request #489 from burkehavendesign/patch-2

Update article.md
This commit is contained in:
Ilya Kantor 2017-04-06 12:24:36 +03:00 committed by GitHub
commit 81bbf72648

View file

@ -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 | `=` |
| ... | ... | ... |