## Typescript class
see [[Typescript class]]
## The constructor initialization order issue
To learn more about the problem: [[Typescript constructor initialization order issue]]
This issue happens in class but not in object because object doesn’t even has a constructor.