bar: string100% equivalent public bar: string. The default availability modifier is public.
private- only confidentiality during compilation; there is no execution at runtime, and the emitted code is identical regardless of the access modifier. You will see an error message from TypeScript when you try to access a property outside the class.
protected, private, , . , JavaScript.