1. Define a normal JavaScript function and then create an object by using the new keyword.
If we want to create several similar objects, use this way. It is similar to classes in OOP.
To define properties and methods for an object created using function(), we use the this keyword, as seen in the following example.
No comments:
Post a Comment