Q106-Q110

Cheat Sheet

QuestionCore IdeaSenior Signal
Q106PrototypesProperty lookup checks own properties, then walks the prototype chain.
Q107DescriptorsProperties can be writable, enumerable, configurable, data-based, or accessor-based.
Q108ClassesClass syntax still shares methods through prototypes and should be weighed against composition.
Q109-Q110Protocols and promisesIteration and promises are protocol-driven language features with scheduling implications.