Adding Methods To Objects Click on the article name to see how we can define methods for an object, as well as ways of extending the functionality of an existing object.
Creating Custom Objects JavaScript gives you the power to defined your own classes and their instances. In this introductory article, we will see what constructors are and how to define and use the properties of a custom object.