8000 Remove Javascript 101 section by arthurvr · Pull Request #622 · jquery/learn.jquery.com · GitHub
Skip to content

Remove Javascript 101 section #622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions order.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,6 @@
"additional-support"
]
},
{
"javascript-101": [
"getting-started",
"running-code",
"syntax-basics",
"types",
"conditional-code",
"operators",
"loops",
"reserved-words",
"arrays",
"objects",
"functions",
"testing-type",
"this-keyword",
"scope",
"closures"
]
},
{
"using-jquery-core": [
"dollar-object-vs-function",
Expand Down
2 changes: 2 additions & 0 deletions page/about-jquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
}</script>

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.

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).
24 changes: 0 additions & 24 deletions page/javascript-101.md

This file was deleted.

277 changes: 0 additions & 277 deletions page/javascript-101/arrays.md

This file was deleted.

Loading