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
@@ -11,7 +11,7 @@ In this chapter we concentrate on aspects that are not covered by school arithme
11
11
Before we move on, let's grasp the common terminology.
12
12
13
13
-*An operand* -- is what operators are applied to. For instance in multiplication `5 * 2` there are two operands: the left operand is `5`, and the right operand is `2`. Sometimes people say "arguments" instead of "operands".
14
-
- An operator is *unary* if it has a single operand. For example, the unary negation `"-"` reverses the sign of the number:
14
+
- An operator is *unary* if it has a single operand. For example, the unary negation `-` reverses the sign of the number:
0 commit comments