Update article.md

"substraction" on line 143 should be changed to "subtraction"
This commit is contained in:
burkehavendesign 2017-04-05 11:47:48 -04:00 committed by GitHub
parent 509eaf0f56
commit 71c3edbbce

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