News

Private class fields are finally coming to JavaScript with no less than three separate TC39 proposals that define the new capabilities.
TypeScript, being type safe, will prevent you from assigning values to properties that don't exist on the target class (JavaScript does not). This code won't work, for example, because CreditCustomer ...