0
Vanilla Javascript or Jquery
Which is best to learn vanilla javascript or jquery?
3 Answers
+ 3
hi Francis Mistica
similar questions have been asked before so next time use the search bar. also iâd recommend learning javascript firsf because you need vanilla javascript to use in addition to jquery..
https://www.sololearn.com/Discuss/2344540/?ref=app
https://www.sololearn.com/Discuss/1081311/?ref=app
+ 3
JQuery is a bit old now. More modern Javascript libraries and frameworks are more in fashion these days.
+ 1
It is said that jQuery is better for DOM manipulation than Javascript, however, after monitoring both of their performances, vanilla JS was found to be faster than jQuery.