Skip to content

Commit d1cf45e

Browse files
authored
Merge pull request #87 from negarjf/patch-1
Typo
2 parents 0bea228 + 277cbb3 commit d1cf45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/07-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ An extract from the [precedence table](https://developer.mozilla.org/en/JavaScri
145145
| 3 | assignment | `=` |
146146
| ... | ... | ... |
147147

148-
As we can see, the "unary plus" has a priority of `15`, higher than `13` for the "addition" (binary plus). That's why in the expression `"+apples + +oranges"` unary pluses work first, and then the addition.
148+
As we can see, the "unary plus" has a priority of `16`, higher than `13` for the "addition" (binary plus). That's why in the expression `"+apples + +oranges"` unary pluses work first, and then the addition.
149149
150150
## Assignment
151151

0 commit comments

Comments
 (0)