This commit is contained in:
Ilya Kantor 2017-03-19 17:09:37 +03:00
parent e2443e8de6
commit 75e30539ef
73 changed files with 195 additions and 195 deletions

View file

@ -32,7 +32,7 @@ Before we move on, let's grasp the common terminology.
## Strings concatenation, binary +
Now let's see special features of Javascript operators, beyond school arithmetics.
Now let's see special features of JavaScript operators, beyond school arithmetics.
Usually the plus operator `'+'` sums numbers.