We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509eaf0 commit 71c3edbCopy full SHA for 71c3edb
1-js/02-first-steps/07-operators/article.md
@@ -140,7 +140,7 @@ An extract from the [precedence table](https://developer.mozilla.org/en/JavaScri
140
| 14 | multiplication | `*` |
141
| 14 | division | `/` |
142
| 13 | addition (binary) | `+` |
143
-| 13 | substraction | `-` |
+| 13 | subtraction | `-` |
144
| ... | ... | ... |
145
| 3 | assignment | `=` |
146
0 commit comments