Home Page
>
Code
Code
Creating reusable objects in JavaScript
This is just a quick example to show how to create a simple Person data object in Javascript. You can create multiple instances of the object and get/set values for each object independently.