Skip to content

Commit f2e839e

Browse files
committed
Remove JS101: add note on top of about-jQuery
1 parent 232567d commit f2e839e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

page/about-jquery.md

Lines changed: 2 additions & 0 deletions
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 needless to say, it's an important language to learn. Having a basic knowledge of JavaScript will go a long way in understanding, structuring, and debugging your code. If you're new to JavaScript we recommend to check out [the JavaScript basics tutorial on MDN](https://developer.mozilla.org/en-US/Learn/Getting_started_with_the_web/JavaScript_basics).

0 commit comments

Comments
 (0)