We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ea5f6 commit 59f6d8dCopy full SHA for 59f6d8d
1-js/02-first-steps/07-operators/article.md
@@ -34,7 +34,7 @@ Before we move on, let's grasp the common terminology.
34
35
Now let's see special features of JavaScript operators that are beyond school arithmetics.
36
37
-Usually the plus operator `'+'` sums numbers.
+Usually the plus operator `+` sums numbers.
38
39
But if the binary `+` is applied to strings, it merges (concatenates) them:
40
0 commit comments