Skip to content

Commit 412cd4a

Browse files
arthurvrKrinkle
authored andcommitted
JavaScript 101: Remove the section
Fixes gh-257 Fixes gh-20 Fixes gh-58 Fixes gh-70 Fixes gh-375 Fixes gh-565 Fixes gh-615 Closes gh-622
1 parent 8a9bd1e commit 412cd4a

21 files changed

+5
-1889
lines changed

order.json

-19
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,6 @@
88
"additional-support"
99
]
1010
},
11-
{
12-
"javascript-101": [
13-
"getting-started",
14-
"running-code",
15-
"syntax-basics",
16-
"types",
17-
"conditional-code",
18-
"operators",
19-
"loops",
20-
"reserved-words",
21-
"arrays",
22-
"objects",
23-
"functions",
24-
"testing-type",
25-
"this-keyword",
26-
"scope",
27-
"closures"
28-
]
29-
},
3011
{
3112
"using-jquery-core": [
3213
"dollar-object-vs-function",

page/about-jquery.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
}</script>
1111

1212
Getting started with jQuery can be easy or challenging, depending on your experience with JavaScript, HTML, CSS, and programming concepts in general. In addition to these articles, you can read about the [history of jQuery](https://jquery.org/history/) and the [licensing terms](https://jquery.org/license/) that apply to jQuery projects. You can also [make a donation](https://jquery.org/donate/) to help the [jQuery team](https://jquery.org/team/) continue to improve jQuery.
13+
14+
One important thing to know is that jQuery is just a __JavaScript library__. All the power of jQuery is accessed via JavaScript, so having a strong grasp of JavaScript is essential for understanding, structuring, and debugging your code. While working with jQuery regularly can, over time, improve your proficiency with JavaScript, it can be hard to get started writing jQuery without a working knowledge of JavaScript's built-in constructs and syntax. Therefore, if you're new to JavaScript, we recommend checking out the [JavaScript basics tutorial](https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/JavaScript_basics) on the Mozilla Developer Network (MDN).

page/javascript-101.md

-24
This file was deleted.

page/javascript-101/arrays.md

-277
This file was deleted.

0 commit comments

Comments
 (0)