This commit is contained in:
Ilya Kantor 2017-06-11 16:24:08 +03:00
commit 733b0c66b5
19 changed files with 34 additions and 29 deletions

View file

@ -89,7 +89,7 @@ There are at least *three* great things about JavaScript:
+ Supported by all major browsers and enabled by default.
```
Combined, these 3 things only exist in JavaScript and no other browser technology.
Combined, these 3 things exist only in JavaScript and no other browser technology.
That's what makes JavaScript unique. That's why it's the most widespread tool to create browser interfaces.