At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Experience the convenience of getting accurate answers to your questions from a dedicated community of professionals. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

What type constraints must the left-hand side of an arithmetic operation meet in TypeScript?
A) Must be 'undefined', 'null', 'boolean', 'string', 'symbol', 'bigint', or an object type.
B) Must be 'any', 'number', 'bigint', or an enum type.
C) Must be a primitive type or 'undefined'.
D) Must be 'null', 'number', 'bigint', or an enum type.