Prev Next

Web / Typescript interview questions

What are the user-defined types in typescript?

Besides built-in data types, the user can also define his own data type using classes, interfaces, arrays, Enumerations (enum) and tuple.

More Related questions...

Show more question and Answers...


Comments & Discussions