0
Jquery
What is the point of it? I know JavaScript do I really need to learn it.
2 ответов
+ 1
No. But if you would like to have to write less code, do learn it. I would also recommend you to learn ES6.
0
JavaScript can do everything that jQuery does, but jQuery takes far less code to do it. Basically jQuery is just a .js file with many, many functions already made for you.