What are the differences between the private keyword and private fields in TypeScript?
November 16, 2022
TypeScript 3.8 supports the private keyword to declare its members private. And the private fields in TypeScript are the ones newly proposed for JavaScript. These fields are preceded by #.