What is the difference between js and angular js ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between js and angular js ??

28th Mar 2018, 2:53 PM
Bassu
3 Answers
+ 3
js is just JavaScript shortform angularjs is a front end library to design single page web applications , it's not a language but is itself written in JavaScript
28th Mar 2018, 3:17 PM
Morpheus
Morpheus - avatar
+ 3
JavaScript is an implementation of the EcmaScript standard :) AngularJS is a framework based on JavaScript
28th Mar 2018, 4:15 PM
***
*** - avatar
+ 1
As Morpheus says its a Javascript Framework to help you write cross platform web applications. Angular has been overtaken by React and React Native in the last 18 months primarily as React offers developers real time update to their code while developing and allow rendering to be done on the sever. https://medium.com/javascript-scene/top-javascript-libraries-tech-to-learn-in-2018-c38028e028e6 React is maintained by Facebook. Angular is maintained by Google. Googles response to React is to migrate developers to Dart and Flutter for Native Mobile development, and Dart , Polymer,and Web components for Web. Dart can cross compile to JavaScript.
28th Mar 2018, 4:20 PM
Mike Choy
Mike Choy - avatar