Modular approach in JavaScript

Over the time web scripting languages have evolved and start support large applications. Large web applications are being build using JavaScript for controlling front-end. As the application grows, front end also grows and sometime it become difficult to manage code.

Writing good and manageable code in JavaScript needs clear understanding of how things work in JavaScript. This tutorial will help you learn "How to write manageable code in JavaScript".

I will write this article in small posts to make it easy to read and understand. Below is the list of topic I will cover in this article.

  1. JavaScript Object Notation (JSON)
  2. Variable scope in JavaScript
  3. Understanding "this" Keyword in JavaScript
  4. Closures in JavaScript
  5. Prevent naming conflicts in JavaScript
  6. OOP in JavaScript

Comments