Skip to content

Commit b6c4465

Browse files
author
Garrett Johnson
committed
rearranged some wording, added some emphasis on the importantence of understanding javascript
1 parent f24edf9 commit b6c4465

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

content/javascript-101/dex.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ section : 1
55
attribution: jQuery Fundamentals
66
---
77

8-
jQuery is built on top of JavaScript, a rich and expressive language in its own
9-
right. This section covers the basic concepts of JavaScript, as well as some
10-
frequent pitfalls for people who have not used JavaScript before. While it will
11-
be of particular value to people with no programming experience, even people
12-
who have used other programming languages may benefit from learning about some
13-
of the peculiarities of JavaScript.
8+
jQuery is built on top of JavaScript, a rich and expressive language in its own right. This means when using jQuery, we are still writing valid JavaScript; it just serves as a framework to make many aspects of writing JavaScript easier and more reliable in the various browser environments. With that said, a basic knowledge of JavaScript will go a long way in understanding, structuring, and debugging our code; jQuery will just help make that basic knowledge go much, much further.
9+
10+
This section covers the basic concepts of JavaScript, as well as some frequent pitfalls many developers fall into during their first foray into the language. While it will be of particular value to people with little to no programming experience, even people who have used other programming languages may benefit from learning about some of the peculiarities of JavaScript.

0 commit comments

Comments
 (0)