JavaScript doesn't limit you to the methods that the built in objects supply. In JavaScript objects are easily adaptable at any time. If you need a new method for an existing object then you can add it even if you have been using the object without that method in your code. Adding new methods to the built in JavaScript objects is the easiest way to get started on the move toward creating your own object oriented JavaScript.
Comments
No comments yet. Leave a Comment
