How many types you defined?



How many types you defined?..

Answer / Aditya Kumar Batham

TypeScript defines several built-in types such as boolean, number, string, array, tuple, any, void, null, and undefined. Additionally, users can create their own custom types using interfaces and enums.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What are the modules typescript?

1 Answers  


Is angular typescript?

1 Answers  


What is jsx? Can we use jsx in typescript?

1 Answers  


What is default visibility for properties/methods in typescript classes?

1 Answers  


What is the difference between the internal module and the external module?

1 Answers  


What is the callback function in typescript?

1 Answers  


Is it possible to combine multiple .ts files into a single .js file? If yes, then how?

1 Answers  


What is import and export in typescript?

1 Answers  


What is the current stable version of typescript?

0 Answers  


What is default export in typescript?

1 Answers  


How to enable decorators in typescript via command line?

1 Answers  


What are disadvantages of typescript?

1 Answers  


Categories