JavaScript has evolved tremendously from past few years and still evolving. Over 90% of web application and web sites uses JavaScript. Even a small web application has over 1000's of lines of JavaScript code, henvelope managing the code has become hectic without proper structure and patterns.
This course helps you in understanding how to use object oriented programming concepts and SOLID principles in JavaScript to write a easily maintainable and extendable JavaScript framework and web applications.
Course contents:
1. Understanding OOPs concepts.
2. Implementing OOPs in your code.
3. Understanding SOLID principles.
4. How you can write better code using SOLID principles.
5. Advantages of modular programming.
6. Writing optimised JavaScript code.