We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36eb3da + 0c5ac0e commit b0e2e04Copy full SHA for b0e2e04
1-js/02-first-steps/08-operators/article.md
@@ -80,7 +80,7 @@ alert( 8 ** (1/3) ); // 2 (power of 1/3 is the same as a cubic root)
80
81
## String concatenation with binary +
82
83
-Let's meet features of JavaScript operators that are beyond school arithmetics.
+Let's meet the features of JavaScript operators that are beyond school arithmetics.
84
85
Usually, the plus operator `+` sums numbers.
86
0 commit comments