News

Private class fields are finally coming to JavaScript with no less than three separate TC39 proposals that define the new capabilities.
In TypeScript, even before defining my classes, I define a module to hold my classes. Enclosing my classes in a module creates the equivalent of a server-side namespace to prevent name collections ...