I've learned HTML and CSS. Now I'm confused what should i learn? JAVASCRIPT OR JAVAQUERY | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I've learned HTML and CSS. Now I'm confused what should i learn? JAVASCRIPT OR JAVAQUERY

15th Sep 2017, 5:48 PM
Sachin Kr. Shukla
Sachin Kr. Shukla - avatar
5 Answers
15th Sep 2017, 5:49 PM
Ghauth Christians
Ghauth Christians - avatar
+ 4
Learn Javascript. Jquery is a library for Javascript but first learn basic JavaScript.
15th Sep 2017, 5:49 PM
Anas Abdelkarim
Anas Abdelkarim - avatar
+ 2
javascript
15th Sep 2017, 6:10 PM
sammuel
+ 1
He meant Jquery not JavaQuery
15th Sep 2017, 6:04 PM
Anas Abdelkarim
Anas Abdelkarim - avatar
+ 1
Learn Javascript, instead of Jquery. It's a bit hard to learn compare to jQuery due to more verbose, but you would appreciate the hard work you put in now. Javascript is the based code of every Javascript frameworks including jQuery (btw it's not JavaQuery). If you have strong foundation of Javascript, it would be much easily to understand any other JavaScript codes including any Javascript frameworks and ES2015(ES6) codes. If you know JavaScript well you would not need any jQuery code. And the code is executed much faster, since no jQuery lib is needed to load. I coded over hundreds of JavaScript codes on Code Playground without any jQuery lib included.
16th Sep 2017, 12:40 AM
Calviղ
Calviղ - avatar