You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/07-operators/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ alert( '6' / '2' ); // 3
72
72
73
73
## Numeric conversion, unary +
74
74
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.
76
76
77
77
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.
0 commit comments