node.js,angular js, jquery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

node.js,angular js, jquery

hello every body.... which library will you prefer to me after learning javascript? totally confused.....

26th Feb 2018, 3:02 AM
kashif ahmad
kashif ahmad - avatar
6 Answers
+ 15
Only JQuery is a library, NodeJS and AngularJS are frameworks :) And the order depends if you want to focus more on the frontend or backend skills. But I would suggest: 1. JAVASCRIPT. 1.1 JQUERY: It's a JavaScript library. You can create animations and AJAX calls in less lines than you would do it in vanilla JavaScript. It is so easy to pick up, you can learn it in max 10 hours. 1.2 ECMASCRIPT 6: It is the updated and new standard version of JavaScript. It's recommended to learn it if you plan on learning TypeScript. 1.3 TYPESCRIPT: It is a superset of JavaScript. It's basically ECMAScript 6 with more functionalities. Learning TypeScript is recommended if you plan on working with Angular. 2. ANGULAR or ANGULAR2: AngularJS is the first and older version, it will most likely be discontinued. Go for Angular (the updated version of AngularJS) or Angular2 (the newest version). These are frontend framekworks (on the client side) and will help you build single page web apps faster. It might take you up to 2 months to learn it though. 3. NODE.js: It's a backend framework (on the server side). It will let you execute JavaScript on the server, this means manipulate files on your server and data in your database. 3.1 EXPRESS: It's a server side framework. It will let you write node.js code in less lines. Conclusion: You don't really need to learn JQuery or Angular, these are only tools that will help you build JavaScript web apps faster and in less lines. Just like Bootstrap isn't mandatory, but it's a framework that helps you achieve the same things in less lines than you would normally do in CSS. The same happens with Express which is optional for apps that use Node.js
26th Feb 2018, 6:43 AM
Pao
Pao - avatar
+ 5
Aw, glad I was able to help you Kashif 😊👍
26th Feb 2018, 6:52 AM
Pao
Pao - avatar
+ 4
jQuery and angularjs are for front end node js for server side scripting. Learn this things according to your requirement!!
26th Feb 2018, 3:06 AM
code learner
code learner - avatar
+ 2
practice JavaScript first !
26th Feb 2018, 3:07 AM
code learner
code learner - avatar
+ 1
paola you made me your fan..... thanks for the answer thank you very much.....
26th Feb 2018, 6:45 AM
kashif ahmad
kashif ahmad - avatar
+ 1
you always helped me ......
26th Feb 2018, 6:53 AM
kashif ahmad
kashif ahmad - avatar