+ 1
What do you use more frequently, JavaScript or jQuery and why?
3 odpowiedzi
+ 2
99% JavaScript, and 1% jQuery.
Simple reason is faster and better if use pure JavaScript.
+ 1
jQuery because its much easier
+ 1
If you plan to build a simple project such as a game, theme, or a single page website; Pure JavaScript is the best option to use for faster speed and optimization.
However, if you want to build a plugin or use any jQuery dependent plugin in your project; You should use jQuery for sure.
Moreover, if you plan to build a large project like a multi-page website or web applications; Use any javascript based frameworks like React, Angular, Vue, Ember, etc.
I had gone through all the above-mentioned phases and I am pretty happy with my choices for each and every project unlike using jQuery for everything!!!