Javascript has always been an obscure thing to learn for Web Programmers because though JS is Object-oriented it is fundamentally different from OOP Languages like Java, C++. Hence, Programming with Javascript requires one to understand and appreciate the differences.
In this series of posts, I plan to present Javascript Key Topics, one at a time to help you understand this wonderful Scripting Language. Essentially, I plan to cover the following non-trivial topics while ignoring the basics like Loops, Conditional Statements and Variables.
- Objects
- Functions
- Inheritance
- DOM Basics
- Arrays
- Regular Expressions
I plan to keep each post focused on a specific sub-topic thus making it easier to read and grasp the concepts.
Ashwin,
Good topic…