Remove quotes around addition operator

This commit is contained in:
Brent Guffens 2018-01-17 11:26:56 +01:00 committed by GitHub
parent 60ea5f6bc4
commit 59f6d8d0a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ Before we move on, let's grasp the common terminology.
Now let's see special features of JavaScript operators that are beyond school arithmetics.
Usually the plus operator `'+'` sums numbers.
Usually the plus operator `+` sums numbers.
But if the binary `+` is applied to strings, it merges (concatenates) them: