0
Javascript or Jquery ?
which one is better to learn?
2 Answers
+ 4
jQuery is JavaScript. it just makes it easier to use since you don't have to do everything on your own. if you want to extend jQuery, you have to learn JavaScript. I think it's best to learn jQuery first, play with it, make a nice website and then learn JavaScript and try to replace some jQuery functions by JavaScript, or combine both.
0
There is a trend moving away from jQuery. Many frameworks an libraries don't use it any more. You can do alot of effects with pure CSS that would be better then jQuery. If you get into some coo frameworks, like React/Vue jQuery will not help you.