Skip to content

Commit 59f6d8d

Browse files
authored
Remove quotes around addition operator
1 parent 60ea5f6 commit 59f6d8d

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
@@ -34,7 +34,7 @@ Before we move on, let's grasp the common terminology.
3434
3535
Now let's see special features of JavaScript operators that are beyond school arithmetics.
3636

37-
Usually the plus operator `'+'` sums numbers.
37+
Usually the plus operator `+` sums numbers.
3838

3939
But if the binary `+` is applied to strings, it merges (concatenates) them:
4040

0 commit comments

Comments
 (0)