What is the difference between Javascript,Jquery and AngularJS?

by trycia.jones , in category: Technology , 3 years ago

What is the difference between Javascript,Jquery and AngularJS?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kenny , 3 years ago

Javascript is a light weight front end scripting language used for carrying out simple functions like changing colors, redirecting to new web pages etc. JQuery is a javascript library used for dom manipulations, enhancing browser compatibility and easing the front ed development. AngularJS is a javascript framework which helps in developing LOB web applications in MVC architectural pattern.It is idle for developing Single page applications or SPA’s.