Completed
Traps
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Metaprogramming - ES6 Proxy Use and Abuse
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Metaprogramming
- 3 Language Constructs / Syntax
- 4 Operators
- 5 Introspection
- 6 Self-modification
- 7 Intercession
- 8 Proxy Server
- 9 Proxying Objects
- 10 Handler
- 11 Traps
- 12 Revocable
- 13 Validation
- 14 Debugging / Logging
- 15 Observable objects
- 16 Construction / DSLS
- 17 Deeply accessing a JSON "graph"
- 18 MongoDB Populate?
- 19 Schemaless
- 20 Naming conventions
- 21 Object.assign (eager)
- 22 Proxy (lazy)
- 23 Redefining Undefined
- 24 Seatbelts
- 25 Why can't I do this??