Skip to content

Commit 2336288

Browse files
authored
typo
1 parent edef0b4 commit 2336288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1-js/01-getting-started/1-intro/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# An Introduction to JavaScript
22

3-
Let's see what's so special about JavaScript, what we can achieve with it, and which other technologies play well with it.
3+
Let's see what's so special about JavaScript, what we can achieve with it, and what other technologies play well with it.
44

55
## What is JavaScript?
66

@@ -116,6 +116,6 @@ There are more. Of course, even if we use one of transpiled languages, we should
116116

117117
## Summary
118118

119-
- JavaScript was initially created as a browser-only language, but is now used in many other environments as well.
120-
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration with HTML/CSS.
119+
- JavaScript was initially created as a browser-only language, but it is now used in many other environments as well.
120+
- Today, JavaScript has a unique position as the most widely-adopted browser language with full integration in HTML/CSS.
121121
- 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.

0 commit comments

Comments
 (0)