Skip to content
  • deuce's avatar
    0e5393f5
    Add an example usage of prototypes... · 0e5393f5
    deuce authored
    When this code is load()ed, User objects get an extra birthDate property
    which is a JavaScript Date object representing the birthdate (rather than
    a string).
    
    This adds the property to existing instances as well, so it doesn't need to
    be loaded early.
    0e5393f5
    Add an example usage of prototypes...
    deuce authored
    When this code is load()ed, User objects get an extra birthDate property
    which is a JavaScript Date object representing the birthdate (rather than
    a string).
    
    This adds the property to existing instances as well, so it doesn't need to
    be loaded early.
Loading