diff --git a/1-js/01-getting-started/1-intro/article.md b/1-js/01-getting-started/1-intro/article.md index 07cbc18a..de5647b5 100644 --- a/1-js/01-getting-started/1-intro/article.md +++ b/1-js/01-getting-started/1-intro/article.md @@ -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 is the most widespread way of creating browser interfaces.