InterviewSolution
Saved Bookmarks
| 1. |
What are the primitive types in TypeScript? |
|
Answer» TypeScript has three primitive types that are frequently used: string, NUMBER, and boolean. These correspond to the similarly named types in JavaScript.
|
|