JavaScript technical articles

JavaScript articles for working developers

Clear explanations of the details that shape real programs.

Explore JavaScript runtime behavior, language semantics, browser APIs, and the edge cases that affect production code.

Latest articles

9 articles

JavaScriptAug 4, 20268 min read

Object Copying Is Really a Property Operation

What spread, Object.assign, descriptors, prototypes, and enumeration order mean for everyday JavaScript objects.

  • objects
  • property descriptors
  • language semantics