01Which keyword allows you to prevent a property from being modified after the object is created?
02What is 'Declaration Merging'?
03Which syntax is used for an 'Index Signature' to allow dynamic property names?
04What is the result of the intersection type 'TypeA & TypeB'?
05When should you prefer an 'interface' over a 'type' alias?