Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 644 Bytes

File metadata and controls

28 lines (25 loc) · 644 Bytes

You Don't Know JS Yet: Objects & Classes - 2nd Edition

NOTE:
Work in progress

Table of Contents

  • Foreword
  • Preface
  • Chapter 1: Object Foundations
    • About This Book
    • Objects As Containers
    • Defining Properties
    • Accessing Properties
    • Assigning Properties
    • Deleting Properties
    • Determining Container Contents
    • Temporary Containers
    • Containers Are Collections Of Properties
  • Chapter 2: How Objects Work
    • Property Descriptors
    • Object Sub-Types
    • Object Characteristics
    • Extending the MOP
    • [[Prototype]] Chain
    • Objects Behavior
  • Appendix A: TODO