+ 1

Should I learn JavaScript better or just start jQuery course already?

3rd Dec 2020, 8:47 PM
Karak10
Karak10 - avatar
4 Answers
+ 3
Learn JavaScript and go to Jquery.
3rd Dec 2020, 8:50 PM
Matias
Matias - avatar
+ 2
I think this is a duplicate question but I am too lazy to confirm. jQuery is a library that makes DOM manipulation and AJAX requests easier in old browsers. Nowadays, working with vanilla JS (pure JS) is much more easier and effective I would instead recommend Svelte, a modern declarative UI framework. To work with Svelte, you might also need basic knowledge of 1. npm, a dependency manager for JavaScript. 2. Automated build tools e.g Rollup, Webpack, Gulp 3. How to run commands on your favorite terminal Optional 1. Git basics 2. Unit testing with Jest or Jasmine 3. IDE usage
3rd Dec 2020, 9:20 PM
Ore
Ore - avatar
+ 1
Master JS. JQ is somehow obsolete and is rarely used in modern development as it has been superceded by frameworks like react and angular. gl
4th Dec 2020, 12:11 AM
Logomonic Learning
Logomonic Learning - avatar
0
Logomonic Learning When I first read your post. I thought Master JS was the name of a JavaScript framework. 😂
4th Dec 2020, 7:00 AM
Ore
Ore - avatar