Contachit
Previous Page
Object with variable and methods.

The object below has one variable, and two methods to get and set it's value.  Read the comments to learn more about each section of code.

The order of object contents matters!
  1. Varible declarations (if any)
  2. Constructor(s)
  3. Methods (if any)
[code screenshot]