JavaScript Objects

  1. new empty object
  2. new Objects
  3. new Object with attribute
  4. Literal Objects
  5. Dumping data structures (for debugging)
  6. Access JavaScript object attributes
  7. Change JavaScript object attributes
  8. Add JavaScript object attributes
  9. Delete property from object
  10. for-in loop on JavaScript object
  11. Count words
  12. Count words fixed
  13. keys of an object