+ 3
What is the difference between JavaScript and AngularJS?
and also Jquery...
2 Réponses
+ 9
JavaScript is a scripting language
AngularJS is a Javascript framework to make your HTML code better and easier to read while developing
jQuery is a Javascript framework to make your JS code shorter and easier to develop
+ 3
AngularJS and jQuery are just separate frameworks for JavaScript.