JavaScript OOP
JavaScript is a very different language when it comes to Object Oriented Programming. Out of the box it doesn't support class based OOP, but with some cleaver changes you will be able to add it. One thing look out for is how much memory each...






