Merge pull request #2183 from Taruna06/master

typo
This commit is contained in:
Ilya Kantor 2020-10-11 17:17:53 +03:00 committed by GitHub
commit 95016bc98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# An Introduction to JavaScript # An Introduction to JavaScript
Let's see what's so special about JavaScript, what we can achieve with it, and which other technologies play well with it. Let's see what's so special about JavaScript, what we can achieve with it, and what other technologies play well with it.
## What is JavaScript? ## What is JavaScript?
@ -116,6 +116,6 @@ There are more. Of course, even if we use one of transpiled languages, we should
## Summary ## Summary
- JavaScript was initially created as a browser-only language, but is now used in many other environments as well. - JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration with HTML/CSS. - Today, JavaScript has a unique position as the most widely-adopted browser language with full integration in HTML/CSS.
- There are many languages that get "transpiled" to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript. - There are many languages that get "transpiled" to JavaScript and provide certain features. It is recommended to take a look at them, at least briefly, after mastering JavaScript.