Skip to content

Commit 0f42ea7

Browse files
authored
Typo fix
1 parent 2c3b1a3 commit 0f42ea7

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
@@ -72,7 +72,7 @@ alert( '6' / '2' ); // 3
7272
7373
## Numeric conversion, unary +
7474
75-
The plus `+` exist in two forms. The binary form that we used above and the unary form.
75+
The plus `+` exists in two forms. The binary form that we used above and the unary form.
7676
7777
The unary plus or, in other words, the plus operator `+` applied to a single value, doesn't do anything with numbers, but if the operand is not a number, then it is converted into it.
7878

0 commit comments

Comments
 (0)