A Gentle Introduction to JavaScript Prototypes
How JavaScript's prototype chain works, how constructor prototype properties differ from object [[Prototype]] links, and how inheritance resolves properties.
3 articles
How JavaScript's prototype chain works, how constructor prototype properties differ from object [[Prototype]] links, and how inheritance resolves properties.
How Node.js stores and transmits binary data with Buffer, including allocation APIs, memory behavior, performance, and the internal 8 KB slab pool.
A short introduction to relations, Cartesian products, schemas, attributes, and how those mathematical ideas are represented as SQL tables.