JavaScript Object Fundamentals: Literals, Properties, Methods, and Shorthand Syntax

Lesson 3.1 of the JavaScript tutorial — creating objects (literal, Object.create, class), reading/writing properties, modern shorthand syntax (property, computed, method), method this binding, iteration with Object.entries, and reference semantics.

JavaScript Object Fundamentals: Literals, Properties, Methods, and Shorthand Syntax Read More »