Can i learn jQuery first instead JavaScript?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Can i learn jQuery first instead JavaScript??

is there any prob for me?? if i learn jQuery first??

8th Jul 2017, 10:01 PM
Umar Akbar
Umar Akbar - avatar
5 Answers
+ 7
For sure you need learn at least basics of JS, as JQuery is not a standalone language but a JS library ^^
8th Jul 2017, 10:41 PM
visph
visph - avatar
+ 7
jQuery just make easy to access the DOM, the rest is handled with native JS.
8th Jul 2017, 11:06 PM
Sergio Araya Villalobos
Sergio Araya Villalobos - avatar
+ 5
jQuery is a Javascript library. You can do everything jQuery permits with the vanilla JS. I would suggest you learn JS first because is not only the core of jQuery but also not everybody uses jQuery (such as in a professional environment). One more thing, the jQuery file contains all of its potential (the whole code in it). Take a look at http://youmightnotneedjquery.com it shows the same effects accomplished by using vanilla JS and jQuery, in comparison. checkout http://www.w3schools.com/jquery/jquery_intro.asp for more info! Hope i've been helpful in the debate :)
9th Jul 2017, 12:36 AM
Capivara Dev
Capivara Dev - avatar
+ 4
thanks for the suggestion buddy
8th Jul 2017, 10:04 PM
Umar Akbar
Umar Akbar - avatar
+ 3
Yes, you can learn jQuery but I think you should learn vanilla JavaScript first just so you can understand why jQuery exists.
8th Jul 2017, 10:03 PM
Don
Don - avatar